comparison runtime/doc/map.txt @ 16944:d23afa4d8b63

Update runtime files. commit https://github.com/vim/vim/commit/61da1bfa6c6b19dd670671a318ce9f9e2acc784c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 12:14:49 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 12:15:07 +0200
parents 0e473e9e70c2
children f66fee58e7e2
comparison
equal deleted inserted replaced
16943:2f0579d6b1e5 16944:d23afa4d8b63
1 *map.txt* For Vim version 8.1. Last change: 2019 May 05 1 *map.txt* For Vim version 8.1. Last change: 2019 Jun 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
51 :xm[ap] {lhs} {rhs} |mapmode-x| *:xm* *:xmap* 51 :xm[ap] {lhs} {rhs} |mapmode-x| *:xm* *:xmap*
52 :smap {lhs} {rhs} |mapmode-s| *:smap* 52 :smap {lhs} {rhs} |mapmode-s| *:smap*
53 :om[ap] {lhs} {rhs} |mapmode-o| *:om* *:omap* 53 :om[ap] {lhs} {rhs} |mapmode-o| *:om* *:omap*
54 :map! {lhs} {rhs} |mapmode-ic| *:map!* 54 :map! {lhs} {rhs} |mapmode-ic| *:map!*
55 :im[ap] {lhs} {rhs} |mapmode-i| *:im* *:imap* 55 :im[ap] {lhs} {rhs} |mapmode-i| *:im* *:imap*
56 :lm[ap] {lhs} {rhs} |mapmode-l| *:lm* *:lmap* 56 :lm[ap] {lhs} {rhs} |mapmode-l| *:lm* *:lma* *:lmap*
57 :cm[ap] {lhs} {rhs} |mapmode-c| *:cm* *:cmap* 57 :cm[ap] {lhs} {rhs} |mapmode-c| *:cm* *:cmap*
58 :tma[p] {lhs} {rhs} |mapmode-t| *:tma* *:tmap* 58 :tma[p] {lhs} {rhs} |mapmode-t| *:tma* *:tmap*
59 Map the key sequence {lhs} to {rhs} for the modes 59 Map the key sequence {lhs} to {rhs} for the modes
60 where the map command applies. The result, including 60 where the map command applies. The result, including
61 {rhs}, is then further scanned for mappings. This 61 {rhs}, is then further scanned for mappings. This
64 *:nore* *:norem* 64 *:nore* *:norem*
65 :no[remap] {lhs} {rhs} |mapmode-nvo| *:no* *:noremap* *:nor* 65 :no[remap] {lhs} {rhs} |mapmode-nvo| *:no* *:noremap* *:nor*
66 :nn[oremap] {lhs} {rhs} |mapmode-n| *:nn* *:nnoremap* 66 :nn[oremap] {lhs} {rhs} |mapmode-n| *:nn* *:nnoremap*
67 :vn[oremap] {lhs} {rhs} |mapmode-v| *:vn* *:vnoremap* 67 :vn[oremap] {lhs} {rhs} |mapmode-v| *:vn* *:vnoremap*
68 :xn[oremap] {lhs} {rhs} |mapmode-x| *:xn* *:xnoremap* 68 :xn[oremap] {lhs} {rhs} |mapmode-x| *:xn* *:xnoremap*
69 :snor[emap] {lhs} {rhs} |mapmode-s| *:snor* *:snoremap* 69 :snor[emap] {lhs} {rhs} |mapmode-s| *:snor* *:snore* *:snoremap*
70 :ono[remap] {lhs} {rhs} |mapmode-o| *:ono* *:onoremap* 70 :ono[remap] {lhs} {rhs} |mapmode-o| *:ono* *:onoremap*
71 :no[remap]! {lhs} {rhs} |mapmode-ic| *:no!* *:noremap!* 71 :no[remap]! {lhs} {rhs} |mapmode-ic| *:no!* *:noremap!*
72 :ino[remap] {lhs} {rhs} |mapmode-i| *:ino* *:inoremap* 72 :ino[remap] {lhs} {rhs} |mapmode-i| *:ino* *:inor* *:inoremap*
73 :ln[oremap] {lhs} {rhs} |mapmode-l| *:ln* *:lnoremap* 73 :ln[oremap] {lhs} {rhs} |mapmode-l| *:ln* *:lnoremap*
74 :cno[remap] {lhs} {rhs} |mapmode-c| *:cno* *:cnoremap* 74 :cno[remap] {lhs} {rhs} |mapmode-c| *:cno* *:cnor* *:cnoremap*
75 :tno[remap] {lhs} {rhs} |mapmode-t| *:tno* *:tnoremap* 75 :tno[remap] {lhs} {rhs} |mapmode-t| *:tno* *:tnoremap*
76 Map the key sequence {lhs} to {rhs} for the modes 76 Map the key sequence {lhs} to {rhs} for the modes
77 where the map command applies. Disallow mapping of 77 where the map command applies. Disallow mapping of
78 {rhs}, to avoid nested and recursive mappings. Often 78 {rhs}, to avoid nested and recursive mappings. Often
79 used to redefine a command. 79 used to redefine a command.
86 :sunm[ap] {lhs} |mapmode-s| *:sunm* *:sunmap* 86 :sunm[ap] {lhs} |mapmode-s| *:sunm* *:sunmap*
87 :ou[nmap] {lhs} |mapmode-o| *:ou* *:ounmap* 87 :ou[nmap] {lhs} |mapmode-o| *:ou* *:ounmap*
88 :unm[ap]! {lhs} |mapmode-ic| *:unm!* *:unmap!* 88 :unm[ap]! {lhs} |mapmode-ic| *:unm!* *:unmap!*
89 :iu[nmap] {lhs} |mapmode-i| *:iu* *:iunmap* 89 :iu[nmap] {lhs} |mapmode-i| *:iu* *:iunmap*
90 :lu[nmap] {lhs} |mapmode-l| *:lu* *:lunmap* 90 :lu[nmap] {lhs} |mapmode-l| *:lu* *:lunmap*
91 :cu[nmap] {lhs} |mapmode-c| *:cu* *:cunmap* 91 :cu[nmap] {lhs} |mapmode-c| *:cu* *:cun* *:cunmap*
92 :tunma[p] {lhs} |mapmode-t| *:tunma* *:tunmap* 92 :tunma[p] {lhs} |mapmode-t| *:tunma* *:tunmap*
93 Remove the mapping of {lhs} for the modes where the 93 Remove the mapping of {lhs} for the modes where the
94 map command applies. The mapping may remain defined 94 map command applies. The mapping may remain defined
95 for other modes where it applies. 95 for other modes where it applies.
96 Note: Trailing spaces are included in the {lhs}. This 96 Note: Trailing spaces are included in the {lhs}. This
1014 1014
1015 *:norea* *:noreabbrev* 1015 *:norea* *:noreabbrev*
1016 :norea[bbrev] [<expr>] [<buffer>] [lhs] [rhs] 1016 :norea[bbrev] [<expr>] [<buffer>] [lhs] [rhs]
1017 Same as ":ab", but no remapping for this {rhs}. 1017 Same as ":ab", but no remapping for this {rhs}.
1018 1018
1019 *:ca* *:cabbrev* 1019 *:ca* *:cab* *:cabbrev*
1020 :ca[bbrev] [<expr>] [<buffer>] [lhs] [rhs] 1020 :ca[bbrev] [<expr>] [<buffer>] [lhs] [rhs]
1021 Same as ":ab", but for Command-line mode only. 1021 Same as ":ab", but for Command-line mode only.
1022 1022
1023 *:cuna* *:cunabbrev* 1023 *:cuna* *:cunabbrev*
1024 :cuna[bbrev] {lhs} Same as ":una", but for Command-line mode only. 1024 :cuna[bbrev] {lhs} Same as ":una", but for Command-line mode only.