comparison runtime/doc/scroll.txt @ 164:8b0ee9d57d7f

updated for version 7.0050
author vimboss
date Sat, 12 Feb 2005 14:29:27 +0000
parents 3fc0f57ecb91
children 73354c21f1e4
comparison
equal deleted inserted replaced
163:06bc859d1a32 164:8b0ee9d57d7f
1 *scroll.txt* For Vim version 7.0aa. Last change: 2004 Jun 08 1 *scroll.txt* For Vim version 7.0aa. Last change: 2005 Feb 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
50 50
51 <S-Down> or *<S-Down>* *<kPageDown>* 51 <S-Down> or *<S-Down>* *<kPageDown>*
52 <PageDown> or *<PageDown>* *CTRL-F* 52 <PageDown> or *<PageDown>* *CTRL-F*
53 CTRL-F Scroll window [count] pages Forwards (downwards) in 53 CTRL-F Scroll window [count] pages Forwards (downwards) in
54 the buffer. See also 'startofline' option. 54 the buffer. See also 'startofline' option.
55 When there is only one window the 'window' option
56 might be used.
55 57
56 *z+* 58 *z+*
57 z+ Without [count]: Redraw with the line just below the 59 z+ Without [count]: Redraw with the line just below the
58 window at the top of the window. Put the cursor in 60 window at the top of the window. Put the cursor in
59 that line, at the first non-blank in the line. 61 that line, at the first non-blank in the line.
87 89
88 <S-Up> or *<S-Up>* *<kPageUp>* 90 <S-Up> or *<S-Up>* *<kPageUp>*
89 <PageUp> or *<PageUp>* *CTRL-B* 91 <PageUp> or *<PageUp>* *CTRL-B*
90 CTRL-B Scroll window [count] pages Backwards (upwards) in the 92 CTRL-B Scroll window [count] pages Backwards (upwards) in the
91 buffer. See also 'startofline' option. 93 buffer. See also 'startofline' option.
94 When there is only one window the 'window' option
95 might be used.
92 96
93 *z^* 97 *z^*
94 z^ Without [count]: Redraw with the line just above the 98 z^ Without [count]: Redraw with the line just above the
95 window at the bottom of the window. Put the cursor in 99 window at the bottom of the window. Put the cursor in
96 that line, at the first non-blank in the line. 100 that line, at the first non-blank in the line.