comparison runtime/doc/os_dos.txt @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents 9f345c48220b
children 6675076019ae
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
1 *os_dos.txt* For Vim version 7.0c. Last change: 2006 Feb 14 1 *os_dos.txt* For Vim version 7.0c. Last change: 2006 Mar 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
75 is especially useful when using a Unix-like 'shell'. 75 is especially useful when using a Unix-like 'shell'.
76 76
77 ============================================================================== 77 ==============================================================================
78 3. Standard mappings *dos-standard-mappings* 78 3. Standard mappings *dos-standard-mappings*
79 79
80 CTRL-PageUp cursor to first screen line *<C-PageUp>* 80 The mappings for CTRL-PageUp and CTRL-PageDown have been removed, they now
81 CTRL-PageDown cursor to last screen line, last character *<C-PageDown>* 81 jump to the next or previous tab page |<C-PageUp>| |<C-PageDown>|
82 82
83 These mappings accomplish this: 83 If you want them to move to the first and last screen line you can use these
84 mappings:
84 85
85 key key code Normal/Visual mode Insert mode ~ 86 key key code Normal/Visual mode Insert mode ~
86 CTRL-PageUp <M-N><M-C-D> H <C-O>H 87 CTRL-PageUp <M-N><M-C-D> H <C-O>H
87 CTRL-PageDown <M-N>v L$ <C-O>L<C-O>$ 88 CTRL-PageDown <M-N>v L$ <C-O>L<C-O>$
88 89