less.hlp (009e81b16465ea457c0e63fd49fe77f47cc27a5a) | less.hlp (f6b74a7d164b5fada266d00e723155a178a4529f) |
---|---|
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. --- 6 unchanged lines hidden (view full) --- 15 y ^Y k ^K ^P * Backward one line (or _N lines). 16 f ^F ^V SPACE * Forward one window (or _N lines). 17 b ^B ESC-v * Backward one window (or _N lines). 18 z * Forward one window (and set window to _N). 19 w * Backward one window (and set window to _N). 20 ESC-SPACE * Forward one window, but don't stop at end-of-file. 21 d ^D * Forward one half-window (and set half-window to _N). 22 u ^U * Backward one half-window (and set half-window to _N). | 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. --- 6 unchanged lines hidden (view full) --- 15 y ^Y k ^K ^P * Backward one line (or _N lines). 16 f ^F ^V SPACE * Forward one window (or _N lines). 17 b ^B ESC-v * Backward one window (or _N lines). 18 z * Forward one window (and set window to _N). 19 w * Backward one window (and set window to _N). 20 ESC-SPACE * Forward one window, but don't stop at end-of-file. 21 d ^D * Forward one half-window (and set half-window to _N). 22 u ^U * Backward one half-window (and set half-window to _N). |
23 ESC-) RightArrow * Left one half screen width (or _N positions). 24 ESC-( LeftArrow * Right one half screen width (or _N positions). | 23 ESC-) RightArrow * Right one half screen width (or _N positions). 24 ESC-( LeftArrow * Left one half screen width (or _N positions). 25 ESC-} ^RightArrow Right to last column displayed. 26 ESC-{ ^LeftArrow Left to first column. |
25 F Forward forever; like "tail -f". 26 ESC-F Like F but stop when search pattern is found. 27 r ^R ^L Repaint screen. 28 R Repaint screen, discarding buffered input. 29 --------------------------------------------------- 30 Default "window" is the screen height. 31 Default "half-window" is half of the screen height. 32 --------------------------------------------------------------------------- --- 61 unchanged lines hidden (view full) --- 94 -_<_f_l_a_g_> Toggle a command line option [see OPTIONS below]. 95 --_<_n_a_m_e_> Toggle a command line option, by name. 96 __<_f_l_a_g_> Display the setting of a command line option. 97 ___<_n_a_m_e_> Display the setting of an option, by name. 98 +_c_m_d Execute the less cmd each time a new file is examined. 99 100 !_c_o_m_m_a_n_d Execute the shell command with $SHELL. 101 |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command. | 27 F Forward forever; like "tail -f". 28 ESC-F Like F but stop when search pattern is found. 29 r ^R ^L Repaint screen. 30 R Repaint screen, discarding buffered input. 31 --------------------------------------------------- 32 Default "window" is the screen height. 33 Default "half-window" is half of the screen height. 34 --------------------------------------------------------------------------- --- 61 unchanged lines hidden (view full) --- 96 -_<_f_l_a_g_> Toggle a command line option [see OPTIONS below]. 97 --_<_n_a_m_e_> Toggle a command line option, by name. 98 __<_f_l_a_g_> Display the setting of a command line option. 99 ___<_n_a_m_e_> Display the setting of an option, by name. 100 +_c_m_d Execute the less cmd each time a new file is examined. 101 102 !_c_o_m_m_a_n_d Execute the shell command with $SHELL. 103 |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command. |
104 s _f_i_l_e Save input to a file. |
|
102 v Edit the current file with $VISUAL or $EDITOR. 103 V Print version number of "less". 104 --------------------------------------------------------------------------- 105 106 OOPPTTIIOONNSS 107 108 Most options may be changed either on the command line, 109 or from within less by using the - or -- command. --- 124 unchanged lines hidden --- | 105 v Edit the current file with $VISUAL or $EDITOR. 106 V Print version number of "less". 107 --------------------------------------------------------------------------- 108 109 OOPPTTIIOONNSS 110 111 Most options may be changed either on the command line, 112 or from within less by using the - or -- command. --- 124 unchanged lines hidden --- |