Lines Matching refs:rhs
47 {rhs} means right-hand-side *{rhs}*
49 :map {lhs} {rhs} |mapmode-nvo| *:map*
50 :nm[ap] {lhs} {rhs} |mapmode-n| *:nm* *:nmap*
51 :vm[ap] {lhs} {rhs} |mapmode-v| *:vm* *:vmap*
52 :xm[ap] {lhs} {rhs} |mapmode-x| *:xm* *:xmap*
53 :smap {lhs} {rhs} |mapmode-s| *:smap*
54 :om[ap] {lhs} {rhs} |mapmode-o| *:om* *:omap*
55 :map! {lhs} {rhs} |mapmode-ic| *:map!*
56 :im[ap] {lhs} {rhs} |mapmode-i| *:im* *:imap*
57 :lm[ap] {lhs} {rhs} |mapmode-l| *:lm* *:lma* *:lmap*
58 :cm[ap] {lhs} {rhs} |mapmode-c| *:cm* *:cmap*
59 :tma[p] {lhs} {rhs} |mapmode-t| *:tma* *:tmap*
60 Map the key sequence {lhs} to {rhs} for the modes
62 {rhs}, is then further scanned for mappings. This
64 Note: Trailing spaces are included in the {rhs},
68 :no[remap] {lhs} {rhs} |mapmode-nvo| *:no* *:noremap* *:nor*
69 :nn[oremap] {lhs} {rhs} |mapmode-n| *:nn* *:nnoremap*
70 :vn[oremap] {lhs} {rhs} |mapmode-v| *:vn* *:vnoremap*
71 :xn[oremap] {lhs} {rhs} |mapmode-x| *:xn* *:xnoremap*
72 :snor[emap] {lhs} {rhs} |mapmode-s| *:snor* *:snore* *:snoremap*
73 :ono[remap] {lhs} {rhs} |mapmode-o| *:ono* *:onoremap*
74 :no[remap]! {lhs} {rhs} |mapmode-ic| *:no!* *:noremap!*
75 :ino[remap] {lhs} {rhs} |mapmode-i| *:ino* *:inor* *:inoremap*
76 :ln[oremap] {lhs} {rhs} |mapmode-l| *:ln* *:lnoremap*
77 :cno[remap] {lhs} {rhs} |mapmode-c| *:cno* *:cnor* *:cnoremap*
78 :tno[remap] {lhs} {rhs} |mapmode-t| *:tno* *:tnoremap*
79 Map the key sequence {lhs} to {rhs} for the modes
81 {rhs}, to avoid nested and recursive mappings. Often
224 in the {rhs} using mappings that were defined local to a script, starting with
248 expression is evaluated to obtain the {rhs} that is used. Example: >
328 {rhs} of a mapping, you can instead use "<Cmd>...<CR>".
356 {rhs} of the mapping definition. |Command-line| mode is never entered.
520 Just before the {rhs} a special character can appear:
526 (or '|') is considered to be part of {rhs}. This allows the {rhs} to end
533 pattern is matched against the {lhs} and {rhs} in the raw form.
594 To map a backslash, or use a backslash literally in the {rhs}, the special
609 If you want a {rhs} that starts with a space, use "<Space>". To be fully Vi
610 compatible (but unreadable) don't use the |<>| notation, precede {rhs} with a
612 *map_empty_rhs* *map-empty-rhs*
613 You can create an empty {rhs} by typing nothing after a single CTRL-V (you
618 "<Nop>" for the {rhs}. This only works when the |<>| notation is enabled.
685 character is considered to be part of the {lhs} or {rhs}. However, one can
690 command, you will have to do something special to include a '|' in {rhs}.
823 If you include the {lhs} in the {rhs} you have a recursive mapping. When
824 {lhs} is typed, it will be replaced with {rhs}. When the {lhs} which is
825 included in {rhs} is encountered it will be replaced with {rhs}, and so on.
829 exception: If the {rhs} starts with {lhs}, the first character is not mapped
834 {rhs} will not be mapped again.
1154 :ab[breviate] [<expr>] [<buffer>] {lhs} {rhs}
1155 add abbreviation for {lhs} to {rhs}. If {lhs} already
1156 existed it is replaced with the new {rhs}. {rhs} may
1165 with the {rhs}. This is done so that you can even
1170 :norea[bbrev] [<expr>] [<buffer>] [lhs] [rhs]
1171 Same as ":ab", but no remapping for this {rhs}.
1174 :ca[bbrev] [<expr>] [<buffer>] [lhs] [rhs]
1182 :cnorea[bbrev] [<expr>] [<buffer>] [lhs] [rhs]
1184 remapping for this {rhs}
1187 :ia[bbrev] [<expr>] [<buffer>] [lhs] [rhs]
1195 :inorea[bbrev] [<expr>] [<buffer>] [lhs] [rhs]
1197 remapping for this {rhs}.
1209 It is possible to use special characters in the rhs of an abbreviation.