Lines Matching +full:display +full:- +full:height +full:- +full:chars
6 A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K.
8 h H Display this help.
10 ---------------------------------------------------------------------------
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.
24 d ^D * Forward one half-window (and set half-window to _N).
25 u ^U * Backward one half-window (and set half-window to _N).
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.
30 F Forward forever; like "tail -f".
31 ESC-F Like F but stop when search pattern is found.
34 ---------------------------------------------------
35 Default "window" is the screen height.
36 Default "half-window" is half of the screen height.
37 ---------------------------------------------------------------------------
41 /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line.
42 ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line.
43 n * Repeat previous search (for _N-th occurrence).
45 ESC-n * Repeat previous search, spanning files.
46 ESC-N * Repeat previous search, reverse dir. & spanning files.
47 ^O^N ^On * Search forward for (_N-th) OSC8 hyperlink.
48 ^O^P ^Op * Search backward for (_N-th) OSC8 hyperlink.
50 ESC-u Undo (toggle) search highlighting.
51 ESC-U Clear search highlighting.
52 &_p_a_t_t_e_r_n * Display only matching lines.
53 ---------------------------------------------------
54 Search is case-sensitive unless changed with -i or -I.
56 ^N or ! Search for NON-matching lines.
61 ^S _n Search for match in _n-th parenthesized subpattern.
64 ---------------------------------------------------------------------------
68 g < ESC-< * Go to first line in file (or line _N).
69 G > ESC-> * Go to last line in file (or line _N).
71 t * Go to the (_N-th) next tag.
72 T * Go to the (_N-th) previous tag.
75 ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>.
76 ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_>.
77 ---------------------------------------------------
79 matching the (_N-th) open bracket in the top line.
81 matching the (_N-th) close bracket in the bottom line.
88 ESC-m_<_l_e_t_t_e_r_> Clear a mark.
89 ---------------------------------------------------
90 A mark is any upper-case or lower-case letter.
94 ---------------------------------------------------------------------------
100 :n * Examine the (_N-th) next file from the command line.
101 :p * Examine the (_N-th) previous file from the command line.
102 :x * Examine the first (or _N-th) file from the command line.
106 ---------------------------------------------------------------------------
110 -_<_f_l_a_g_> Toggle a command line option [see OPTIONS below].
111 --_<_n_a_m_e_> Toggle a command line option, by name.
112 __<_f_l_a_g_> Display the setting of a command line option.
113 ___<_n_a_m_e_> Display the setting of an option, by name.
122 ---------------------------------------------------------------------------
127 or from within less by using the - or -- command.
129 character preceded by a -, or a name preceded by --.
131 -? ........ --help
132 Display help (from command line).
133 -a ........ --search-skip-screen
135 -A ........ --SEARCH-SKIP-SCREEN
137 -b [_N] .... --buffers=[_N]
139 -B ........ --auto-buffers
141 -c ........ --clear-screen
143 -d ........ --dumb
145 -D xx_c_o_l_o_r . --color=xx_c_o_l_o_r
147 -e -E .... --quit-at-eof --QUIT-AT-EOF
149 -f ........ --force
150 Force open non-regular files.
151 -F ........ --quit-if-one-screen
153 -g ........ --hilite-search
155 -G ........ --HILITE-SEARCH
157 -h [_N] .... --max-back-scroll=[_N]
159 -i ........ --ignore-case
161 -I ........ --IGNORE-CASE
163 -j [_N] .... --jump-target=[_N]
165 -J ........ --status-column
166 Display a status column at left edge of screen.
167 -k _f_i_l_e ... --lesskey-file=_f_i_l_e
169 -K ........ --quit-on-intr
170 Exit less in response to ctrl-C.
171 -L ........ --no-lessopen
173 -m -M .... --long-prompt --LONG-PROMPT
175 -n ......... --line-numbers
177 -N ......... --LINE-NUMBERS
178 Display line number at start of each line.
179 -o [_f_i_l_e] .. --log-file=[_f_i_l_e]
181 -O [_f_i_l_e] .. --LOG-FILE=[_f_i_l_e]
183 -p _p_a_t_t_e_r_n . --pattern=[_p_a_t_t_e_r_n]
185 -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t]
187 -q -Q .... --quiet --QUIET --silent --SILENT
189 -r -R .... --raw-control-chars --RAW-CONTROL-CHARS
191 -s ........ --squeeze-blank-lines
193 -S ........ --chop-long-lines
195 -t _t_a_g .... --tag=[_t_a_g]
197 -T [_t_a_g_s_f_i_l_e] --tag-file=[_t_a_g_s_f_i_l_e]
199 -u -U .... --underline-special --UNDERLINE-SPECIAL
201 -V ........ --version
202 Display the version number of "less".
203 -w ........ --hilite-unread
204 Highlight first new line after forward-screen.
205 -W ........ --HILITE-UNREAD
207 -x [_N[,...]] --tabs=[_N[,...]]
209 -X ........ --no-init
211 -y [_N] .... --max-forw-scroll=[_N]
213 -z [_N] .... --window=[_N]
215 -" [_c[_c]] . --quotes=[_c[_c]]
217 -~ ........ --tilde
218 Don't display tildes after end of file.
219 -# [_N] .... --shift=[_N]
222 --exit-follow-on-close
224 --file-size
226 --follow-name
228 --form-feed
230 --header=[_L[,_C[,_N]]]
232 --incsearch
234 --intr=[_C]
236 --lesskey-context=_t_e_x_t
238 --lesskey-src=_f_i_l_e
240 --line-num-width=[_N]
241 Set the width of the -N line number field to _N characters.
242 --match-shift=[_N]
244 --modelines=[_N]
246 --mouse
248 --no-edit-warn
250 --no-keypad
252 --no-histdups
254 --no-number-headers
256 --no-paste
258 --no-search-header-lines
260 --no-search-header-columns
262 --no-search-headers
264 --no-vbell
266 --redraw-on-quit
268 --rscroll=[_C]
270 --save-marks
272 --search-options=[EFKNRW-]
274 --show-preproc-errors
275 Display a message if preprocessor exits with an error status.
276 --proc-backspace
278 --PROC-BACKSPACE
280 --proc-return
282 --PROC-RETURN
284 --proc-tab
286 --PROC-TAB
288 --status-col-width=[_N]
289 Set the width of the -J status column to _N characters.
290 --status-line
292 --use-backslash
294 --use-color
296 --wheel-lines=[_N]
298 --wordwrap
302 ---------------------------------------------------------------------------
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.
324 ctrl-L ................................... Complete filename, list all.