@@ -237,73 +237,74 @@ These names for keys are used in the documentation. They can also be used
237237with the ":map" command.
238238
239239notation meaning equivalent decimal value(s) ~
240- <Nul> zero CTRL-@ 0 (stored as 10) *<Nul>*
241- <BS> backspace CTRL-H 8 *backspace*
242- <Tab> tab CTRL-I 9 *tab* *Tab*
240+ <Nul> Zero CTRL-@ 0 (stored as 10) *<Nul>*
241+ <BS> Backspace CTRL-H 8 *backspace*
242+ <Tab> Tab CTRL-I 9 *tab* *Tab*
243243 *linefeed*
244- <NL> linefeed CTRL-J 10 (used for <Nul> )
245- <CR> carriage return CTRL-M 13 *carriage-return*
246- <Return> same as <CR> *<Return>*
247- <Enter> same as <CR> *<Enter>*
248- <Esc> escape CTRL-[ 27 *escape* *<Esc>*
249- <Space> space 32 *space*
250- <lt> less-than < 60 *<lt>*
251- <Bslash> backslash \ 92 *backslash* *<Bslash>*
252- <Bar> vertical bar | 124 *<Bar>*
253- <Del> delete 127
254- <CSI> command sequence intro ALT-Esc 155 *<CSI>*
255-
256- <EOL> end-of-line (can be <CR> , <NL> or <CR><NL> ,
257- depends on system and 'fileformat' ) *<EOL>*
258- <Ignore> cancel wait-for-character *<Ignore>*
259- <NOP> no-op: do nothing (useful in mappings) *<Nop>*
260-
261- <Up> cursor-up *cursor-up* *cursor_up*
262- <Down> cursor-down *cursor-down* *cursor_down*
263- <Left> cursor-left *cursor-left* *cursor_left*
264- <Right> cursor-right *cursor-right* *cursor_right*
265- <S-Up> shift-cursor-up
266- <S-Down> shift-cursor-down
267- <S-Left> shift-cursor-left
268- <S-Right> shift-cursor-right
269- <C-Left> control-cursor-left
270- <C-Right> control-cursor-right
271- <F1> - <F12> function keys 1 to 12 *function_key* *function-key*
272- <S-F1> - <S-F12> shift-function keys 1 to 12 *<S-F1>*
273- <Help> help key
274- <Undo> undo key
275- <Find> find key
276- <Select> select key
277- <Insert> insert key
278- <Home> home *home*
279- <End> end *end*
280- <PageUp> page-up *page_up* *page-up*
281- <PageDown> page-down *page_down* *page-down*
282- <kUp> keypad cursor-up *keypad-cursor-up*
283- <kDown> keypad cursor-down *keypad-cursor-down*
284- <kLeft> keypad cursor-left *keypad-cursor-left*
285- <kRight> keypad cursor-right *keypad-cursor-right*
286- <kHome> keypad home (upper left) *keypad-home*
287- <kEnd> keypad end (lower left) *keypad-end*
288- <kOrigin> keypad origin (middle) *keypad-origin*
289- <kPageUp> keypad page-up (upper right) *keypad-page-up*
290- <kPageDown> keypad page-down (lower right) *keypad-page-down*
291- <kDel> keypad delete *keypad-delete*
292- <kPlus> keypad + *keypad-plus*
293- <kMinus> keypad - *keypad-minus*
294- <kMultiply> keypad * *keypad-multiply*
295- <kDivide> keypad / *keypad-divide*
296- <kPoint> keypad . *keypad-point*
297- <kComma> keypad , *keypad-comma*
298- <kEqual> keypad = *keypad-equal*
299- <kEnter> keypad Enter *keypad-enter*
300- <k0> - <k9> keypad 0 to 9 *keypad-0* *keypad-9*
301- <S-…> shift-key *shift* *<S-*
302- <C-…> control-key *control* *ctrl* *<C-*
303- <M-…> alt-key or meta-key *META* *ALT* *<M-*
304- <A-…> same as <M-…> *<A-*
305- <T-…> meta-key when it's not alt *<T-*
306- <D-…> command-key or "super" key *<D-*
244+ <NL> Linefeed CTRL-J 10 (used for <Nul> )
245+ <CR> Carriage return CTRL-M 13 *carriage-return*
246+ <Return> Same as <CR> *<Return>*
247+ <Enter> Same as <CR> *<Enter>*
248+ <Esc> Escape CTRL-[ 27 *escape* *<Esc>*
249+ <Space> Space 32 *space*
250+ <lt> Less-than < 60 *<lt>*
251+ <Bslash> Backslash \ 92 *backslash* *<Bslash>*
252+ <Bar> Vertical bar | 124 *<Bar>*
253+ <Del> Delete 127
254+ <CSI> Command sequence intro ALT-Esc 155 *<CSI>*
255+
256+ <EOL> End-of-line (can be <CR> , <NL> or <CR><NL> ,
257+ Depends on system and 'fileformat' ) *<EOL>*
258+ <Ignore> Cancel wait-for-character *<Ignore>*
259+ <NOP> Do nothing (no-op). Useful in mappings. *<Nop>*
260+ <Ignore> is a key, <NOP> is "absence of a key".
261+
262+ <Up> Cursor-up *cursor-up* *cursor_up*
263+ <Down> Cursor-down *cursor-down* *cursor_down*
264+ <Left> Cursor-left *cursor-left* *cursor_left*
265+ <Right> Cursor-right *cursor-right* *cursor_right*
266+ <S-Up> Shift-cursor-up
267+ <S-Down> Shift-cursor-down
268+ <S-Left> Shift-cursor-left
269+ <S-Right> Shift-cursor-right
270+ <C-Left> Control-cursor-left
271+ <C-Right> Control-cursor-right
272+ <F1> - <F12> Function keys 1 to 12 *function_key* *function-key*
273+ <S-F1> - <S-F12> Shift-function keys 1 to 12 *<S-F1>*
274+ <Help> Help key
275+ <Undo> Undo key
276+ <Find> Find key
277+ <Select> Select key
278+ <Insert> Insert key
279+ <Home> Home *home*
280+ <End> End *end*
281+ <PageUp> Page-up *page_up* *page-up*
282+ <PageDown> Page-down *page_down* *page-down*
283+ <kUp> Keypad cursor-up *keypad-cursor-up*
284+ <kDown> Keypad cursor-down *keypad-cursor-down*
285+ <kLeft> Keypad cursor-left *keypad-cursor-left*
286+ <kRight> Keypad cursor-right *keypad-cursor-right*
287+ <kHome> Keypad home (upper left) *keypad-home*
288+ <kEnd> Keypad end (lower left) *keypad-end*
289+ <kOrigin> Keypad origin (middle) *keypad-origin*
290+ <kPageUp> Keypad page-up (upper right) *keypad-page-up*
291+ <kPageDown> Keypad page-down (lower right) *keypad-page-down*
292+ <kDel> Keypad delete *keypad-delete*
293+ <kPlus> Keypad + *keypad-plus*
294+ <kMinus> Keypad - *keypad-minus*
295+ <kMultiply> Keypad * *keypad-multiply*
296+ <kDivide> Keypad / *keypad-divide*
297+ <kPoint> Keypad . *keypad-point*
298+ <kComma> Keypad , *keypad-comma*
299+ <kEqual> Keypad = *keypad-equal*
300+ <kEnter> Keypad Enter *keypad-enter*
301+ <k0> - <k9> Keypad 0 to 9 *keypad-0* *keypad-9*
302+ <S-…> Shift-key *shift* *<S-*
303+ <C-…> Control-key *control* *ctrl* *<C-*
304+ <M-…> Alt-key or meta-key *META* *ALT* *<M-*
305+ <A-…> Same as <M-…> *<A-*
306+ <T-…> Meta-key, when it's not alt *<T-*
307+ <D-…> Command-key or "super" key *<D-*
307308
308309
309310Note:
0 commit comments