comparison runtime/doc/map.txt @ 36:125e80798a85 v7.0021

updated for version 7.0021
author vimboss
date Thu, 09 Dec 2004 21:34:53 +0000
parents 3fc0f57ecb91
children c75153d791d0
comparison
equal deleted inserted replaced
35:8f3a526c2fe1 36:125e80798a85
1 *map.txt* For Vim version 7.0aa. Last change: 2004 May 21 1 *map.txt* For Vim version 7.0aa. Last change: 2004 Dec 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
230 the CTRL-^ command |i_CTRL-^| |c_CTRL-^|. When starting to enter a normal 230 the CTRL-^ command |i_CTRL-^| |c_CTRL-^|. When starting to enter a normal
231 command line (not a search pattern) the mappings are disabled until a CTRL-^ 231 command line (not a search pattern) the mappings are disabled until a CTRL-^
232 is typed. The state last used is remembered for Insert mode and Search 232 is typed. The state last used is remembered for Insert mode and Search
233 patterns separately. The state for Insert mode is also used when typing a 233 patterns separately. The state for Insert mode is also used when typing a
234 character as an argument to command like "f" or "t". 234 character as an argument to command like "f" or "t".
235 When adding a ":lmap" mapping the use of these mappings in Insert mode and
236 for Search patterns will be switched on.
237 Language mappings will never be applied to already mapped characters. They 235 Language mappings will never be applied to already mapped characters. They
238 are only used for typed characters. This assumes that the language mapping 236 are only used for typed characters. This assumes that the language mapping
239 was already done when typing the mapping. 237 was already done when typing the mapping.
240 238
241 *map-multibyte* 239 *map-multibyte*