comparison runtime/doc/usr_40.txt @ 42:c75153d791d0

updated for version 7.0026
author vimboss
date Wed, 29 Dec 2004 20:58:21 +0000
parents 3fc0f57ecb91
children 73354c21f1e4
comparison
equal deleted inserted replaced
41:f529edb9bab3 42:c75153d791d0
1 *usr_40.txt* For Vim version 7.0aa. Last change: 2004 Feb 13 1 *usr_40.txt* For Vim version 7.0aa. Last change: 2004 Dec 29
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Make new commands 5 Make new commands
6 6
58 58
59 It looks a lot like the mapping for <F2> in Normal mode, only the start is 59 It looks a lot like the mapping for <F2> in Normal mode, only the start is
60 different. The <F2> mapping for Normal mode is still there. Thus you can map 60 different. The <F2> mapping for Normal mode is still there. Thus you can map
61 the same key differently for each mode. 61 the same key differently for each mode.
62 Notice that, although this mapping starts in Insert mode, it ends in Normal 62 Notice that, although this mapping starts in Insert mode, it ends in Normal
63 mode. If you want it to continue in Insert mode, append a "a" to the mapping. 63 mode. If you want it to continue in Insert mode, append an "a" to the
64 mapping.
64 65
65 Here is an overview of map commands and in which mode they work: 66 Here is an overview of map commands and in which mode they work:
66 67
67 :map Normal, Visual and Operator-pending 68 :map Normal, Visual and Operator-pending
68 :vmap Visual 69 :vmap Visual