diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-12 14:29:27 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-12 14:29:27 +0000 |
commit | 4399ef4764584a24080670b4869cb8b5d31a4f78 (patch) | |
tree | c47e4671d16eeeadc9aa0b9a9cb19576e7c653b9 /runtime/doc/scroll.txt | |
parent | b11bd7e43f6cdca944dceebaa3c8012d6bf1a74e (diff) | |
download | vim-4399ef4764584a24080670b4869cb8b5d31a4f78.zip |
updated for version 7.0050
Diffstat (limited to 'runtime/doc/scroll.txt')
-rw-r--r-- | runtime/doc/scroll.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt index 288552d5c..262753366 100644 --- a/runtime/doc/scroll.txt +++ b/runtime/doc/scroll.txt @@ -1,4 +1,4 @@ -*scroll.txt* For Vim version 7.0aa. Last change: 2004 Jun 08 +*scroll.txt* For Vim version 7.0aa. Last change: 2005 Feb 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -52,6 +52,8 @@ CTRL-D Scroll window Downwards in the buffer. The number of <PageDown> or *<PageDown>* *CTRL-F* CTRL-F Scroll window [count] pages Forwards (downwards) in the buffer. See also 'startofline' option. + When there is only one window the 'window' option + might be used. *z+* z+ Without [count]: Redraw with the line just below the @@ -89,6 +91,8 @@ CTRL-U Scroll window Upwards in the buffer. The number of <PageUp> or *<PageUp>* *CTRL-B* CTRL-B Scroll window [count] pages Backwards (upwards) in the buffer. See also 'startofline' option. + When there is only one window the 'window' option + might be used. *z^* z^ Without [count]: Redraw with the line just above the |