Lines Matching full:esc

16   ESC-j             *  Forward  one file line (or _N file lines).
17 ESC-k * Backward one file line (or _N file lines).
19 b ^B ESC-v * Backward one window (or _N lines).
22 ESC-SPACE * Forward one window, but don't stop at end-of-file.
23 ESC-b * Backward one window, but don't stop at beginning-of-file.
26 ESC-) RightArrow * Right one half screen width (or _N positions).
27 ESC-( LeftArrow * Left one half screen width (or _N positions).
28 ESC-} ^RightArrow Right to last column displayed.
29 ESC-{ ^LeftArrow Left to first column.
31 ESC-F Like F but stop when search pattern is found.
45 ESC-n * Repeat previous search, spanning files.
46 ESC-N * Repeat previous search, reverse dir. & spanning files.
50 ESC-u Undo (toggle) search highlighting.
51 ESC-U Clear search highlighting.
68 g < ESC-< * Go to first line in file (or line _N).
69 G > ESC-> * Go to last line in file (or line _N).
75 ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>.
76 ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_>.
88 ESC-m_<_l_e_t_t_e_r_> Clear a mark.
309 RightArrow ..................... ESC-l ... Move cursor right one character.
310 LeftArrow ...................... ESC-h ... Move cursor left one character.
311 ctrl-RightArrow ESC-RightArrow ESC-w ... Move cursor right one word.
312 ctrl-LeftArrow ESC-LeftArrow ESC-b ... Move cursor left one word.
313 HOME ........................... ESC-0 ... Move cursor to start of line.
314 END ............................ ESC-$ ... Move cursor to end of line.
316 DELETE ......................... ESC-x ... Delete char under cursor.
317 ctrl-BACKSPACE ESC-BACKSPACE ........... Delete word to left of cursor.
318 ctrl-DELETE .... ESC-DELETE .... ESC-X ... Delete word under cursor.
319 ctrl-U ......... ESC (MS-DOS only) ....... Delete entire line.
320 UpArrow ........................ ESC-k ... Retrieve previous command line.
321 DownArrow ...................... ESC-j ... Retrieve next command line.
323 SHIFT-TAB ...................... ESC-TAB Complete filename & reverse cycle.