~pkg-vim/vim/pkg-vim-mirror-unstable

« back to all changes in this revision

Viewing changes to runtime/doc/map.txt

  • Committer: Bram Moolenaar
  • Date: 2013-08-10 13:00:24 UTC
  • mto: (2438.1.2)
  • mto: This revision was merged to the branch mainline in revision 2370.
  • Revision ID: git-v1:cc2cb4822fbddbd2d8820885d61af93d04a79728
releaseĀ versionĀ 7.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*map.txt*       For Vim version 7.4b.  Last change: 2013 Jul 18
 
1
*map.txt*       For Vim version 7.4.  Last change: 2013 Aug 03
2
2
 
3
3
 
4
4
                  VIM REFERENCE MANUAL    by Bram Moolenaar
380
380
   The simplest way to load a set of related language mappings is by using the
381
381
'keymap' option.  See |45.5|.
382
382
   In Insert mode and in Command-line mode the mappings can be disabled with
383
 
the CTRL-^ command |i_CTRL-^| |c_CTRL-^|.  When starting to enter a normal
384
 
command line (not a search pattern) the mappings are disabled until a CTRL-^
385
 
is typed.  The state last used is remembered for Insert mode and Search
386
 
patterns separately.  The state for Insert mode is also used when typing a
387
 
character as an argument to command like "f" or "t".
 
383
the CTRL-^ command |i_CTRL-^| |c_CTRL-^| These commands change the value of
 
384
the 'iminsert' option.  When starting to enter a normal command line (not a
 
385
search pattern) the mappings are disabled until a CTRL-^ is typed.  The state
 
386
last used is remembered for Insert mode and Search patterns separately.  The
 
387
state for Insert mode is also used when typing a character as an argument to
 
388
command like "f" or "t".
388
389
   Language mappings will never be applied to already mapped characters.  They
389
390
are only used for typed characters.  This assumes that the language mapping
390
391
was already done when typing the mapping.