diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-05 20:41:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-05 20:41:53 +0000 |
commit | 910f66f90c928da8b607ccfdc12fc33d9cb8d4a9 (patch) | |
tree | 152a03d1d7ea3e8d433addba4f463d8a7a68a5fd /runtime/doc/os_dos.txt | |
parent | e2f98b95c8071f772695602cd4f714dc588eb8e7 (diff) | |
download | vim-git-910f66f90c928da8b607ccfdc12fc33d9cb8d4a9.tar.gz |
updated for version 7.0c10v7.0c10
Diffstat (limited to 'runtime/doc/os_dos.txt')
-rw-r--r-- | runtime/doc/os_dos.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/os_dos.txt b/runtime/doc/os_dos.txt index 02cb03221..7e7711ce5 100644 --- a/runtime/doc/os_dos.txt +++ b/runtime/doc/os_dos.txt @@ -1,4 +1,4 @@ -*os_dos.txt* For Vim version 7.0c. Last change: 2006 Feb 14 +*os_dos.txt* For Vim version 7.0c. Last change: 2006 Mar 30 VIM REFERENCE MANUAL by Bram Moolenaar @@ -77,10 +77,11 @@ is especially useful when using a Unix-like 'shell'. ============================================================================== 3. Standard mappings *dos-standard-mappings* -CTRL-PageUp cursor to first screen line *<C-PageUp>* -CTRL-PageDown cursor to last screen line, last character *<C-PageDown>* +The mappings for CTRL-PageUp and CTRL-PageDown have been removed, they now +jump to the next or previous tab page |<C-PageUp>| |<C-PageDown>| -These mappings accomplish this: +If you want them to move to the first and last screen line you can use these +mappings: key key code Normal/Visual mode Insert mode ~ CTRL-PageUp <M-N><M-C-D> H <C-O>H |