less.hlp (7e1b7636c894be9d1130c284089ce1ea0786ecec) | less.hlp (b2ea244070ff84eab79e04befb7aa30c982fc84d) |
---|---|
1 2 SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS 3 4 Commands marked with * may be preceded by a number, _N. 5 Notes in parentheses indicate the behavior if _N is given. 6 A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K. 7 8 h H Display this help. --- 55 unchanged lines hidden (view full) --- 64 ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>. 65 ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_> 66 --------------------------------------------------- 67 Each "find close bracket" command goes forward to the close bracket 68 matching the (_N-th) open bracket in the top line. 69 Each "find open bracket" command goes backward to the open bracket 70 matching the (_N-th) close bracket in the bottom line. 71 | 1 2 SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS 3 4 Commands marked with * may be preceded by a number, _N. 5 Notes in parentheses indicate the behavior if _N is given. 6 A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K. 7 8 h H Display this help. --- 55 unchanged lines hidden (view full) --- 64 ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>. 65 ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_> 66 --------------------------------------------------- 67 Each "find close bracket" command goes forward to the close bracket 68 matching the (_N-th) open bracket in the top line. 69 Each "find open bracket" command goes backward to the open bracket 70 matching the (_N-th) close bracket in the bottom line. 71 |
72 m_<_l_e_t_t_e_r_> Mark the current position with <letter>. | 72 m_<_l_e_t_t_e_r_> Mark the current top line with <letter>. 73 M_<_l_e_t_t_e_r_> Mark the current bottom line with <letter>. |
73 '_<_l_e_t_t_e_r_> Go to a previously marked position. 74 '' Go to the previous position. 75 ^X^X Same as '. | 74 '_<_l_e_t_t_e_r_> Go to a previously marked position. 75 '' Go to the previous position. 76 ^X^X Same as '. |
77 ESC-M_<_l_e_t_t_e_r_> Clear a mark. |
|
76 --------------------------------------------------- 77 A mark is any upper-case or lower-case letter. 78 Certain marks are predefined: 79 ^ means beginning of the file 80 $ means end of the file 81 --------------------------------------------------------------------------- 82 83 CCHHAANNGGIINNGG FFIILLEESS --- 153 unchanged lines hidden --- | 78 --------------------------------------------------- 79 A mark is any upper-case or lower-case letter. 80 Certain marks are predefined: 81 ^ means beginning of the file 82 $ means end of the file 83 --------------------------------------------------------------------------- 84 85 CCHHAANNGGIINNGG FFIILLEESS --- 153 unchanged lines hidden --- |