Deleted Added
full compact
less.hlp (250592) less.hlp (293190)
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.

--- 9 unchanged lines hidden (view full) ---

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).
25 F Forward forever; like "tail -f".
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.

--- 9 unchanged lines hidden (view full) ---

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).
25 F Forward forever; like "tail -f".
26 ESC-F Like F but stop when search pattern is found.
26 r ^R ^L Repaint screen.
27 R Repaint screen, discarding buffered input.
28 ---------------------------------------------------
29 Default "window" is the screen height.
30 Default "half-window" is half of the screen height.
31 ---------------------------------------------------------------------------
32
33 SSEEAARRCCHHIINNGG

--- 162 unchanged lines hidden (view full) ---

196 -~ ........ --tilde
197 Don't display tildes after end of file.
198 -# [_N] .... --shift=[_N]
199 Horizontal scroll amount (0 = one half screen width)
200 ........ --no-keypad
201 Don't send termcap keypad init/deinit strings.
202 ........ --follow-name
203 The F command changes files if the input file is renamed.
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 ---------------------------------------------------------------------------
33
34 SSEEAARRCCHHIINNGG

--- 162 unchanged lines hidden (view full) ---

197 -~ ........ --tilde
198 Don't display tildes after end of file.
199 -# [_N] .... --shift=[_N]
200 Horizontal scroll amount (0 = one half screen width)
201 ........ --no-keypad
202 Don't send termcap keypad init/deinit strings.
203 ........ --follow-name
204 The F command changes files if the input file is renamed.
205 ........ --use-backslash
206 Subsequent options use backslash as escape char.
204
205
206 ---------------------------------------------------------------------------
207
208 LLIINNEE EEDDIITTIINNGG
209
210 These keys can be used to edit text being entered
211 on the "command line" at the bottom of the screen.
212
207
208
209 ---------------------------------------------------------------------------
210
211 LLIINNEE EEDDIITTIINNGG
212
213 These keys can be used to edit text being entered
214 on the "command line" at the bottom of the screen.
215
213 RightArrow ESC-l Move cursor right one character.
214 LeftArrow ESC-h Move cursor left one character.
215 ctrl-RightArrow ESC-RightArrow ESC-w Move cursor right one word.
216 ctrl-LeftArrow ESC-LeftArrow ESC-b Move cursor left one word.
217 HOME ESC-0 Move cursor to start of line.
218 END ESC-$ Move cursor to end of line.
219 BACKSPACE Delete char to left of cursor.
220 DELETE ESC-x Delete char under cursor.
221 ctrl-BACKSPACE ESC-BACKSPACE Delete word to left of cursor.
222 ctrl-DELETE ESC-DELETE ESC-X Delete word under cursor.
223 ctrl-U ESC (MS-DOS only) Delete entire line.
224 UpArrow ESC-k Retrieve previous command line.
225 DownArrow ESC-j Retrieve next command line.
226 TAB Complete filename & cycle.
227 SHIFT-TAB ESC-TAB Complete filename & reverse cycle.
228 ctrl-L Complete filename, list all.
216 RightArrow ..................... ESC-l ... Move cursor right one character.
217 LeftArrow ...................... ESC-h ... Move cursor left one character.
218 ctrl-RightArrow ESC-RightArrow ESC-w ... Move cursor right one word.
219 ctrl-LeftArrow ESC-LeftArrow ESC-b ... Move cursor left one word.
220 HOME ........................... ESC-0 ... Move cursor to start of line.
221 END ............................ ESC-$ ... Move cursor to end of line.
222 BACKSPACE ................................ Delete char to left of cursor.
223 DELETE ......................... ESC-x ... Delete char under cursor.
224 ctrl-BACKSPACE ESC-BACKSPACE ........... Delete word to left of cursor.
225 ctrl-DELETE .... ESC-DELETE .... ESC-X ... Delete word under cursor.
226 ctrl-U ......... ESC (MS-DOS only) ....... Delete entire line.
227 UpArrow ........................ ESC-k ... Retrieve previous command line.
228 DownArrow ...................... ESC-j ... Retrieve next command line.
229 TAB ...................................... Complete filename & cycle.
230 SHIFT-TAB ...................... ESC-TAB Complete filename & reverse cycle.
231 ctrl-L ................................... Complete filename, list all.
229
230
232
233