Lines Matching +full:top +full:- +full:ctrl

6       A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K.
10 ---------------------------------------------------------------------------
17 b ^B ESC-v * Backward one window (or _N lines).
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 * 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.
27 F Forward forever; like "tail -f".
28 ESC-F Like F but stop when search pattern is found.
31 ---------------------------------------------------
33 Default "half-window" is half of the screen height.
34 ---------------------------------------------------------------------------
38 /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line.
39 ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line.
40 n * Repeat previous search (for _N-th occurrence).
42 ESC-n * Repeat previous search, spanning files.
43 ESC-N * Repeat previous search, reverse dir. & spanning files.
44 ^O^N ^On * Search forward for (_N-th) OSC8 hyperlink.
45 ^O^P ^Op * Search backward for (_N-th) OSC8 hyperlink.
47 ESC-u Undo (toggle) search highlighting.
48 ESC-U Clear search highlighting.
50 ---------------------------------------------------
52 ^N or ! Search for NON-matching lines.
57 ^S _n Search for match in _n-th parenthesized subpattern.
60 ---------------------------------------------------------------------------
64 g < ESC-< * Go to first line in file (or line _N).
65 G > ESC-> * Go to last line in file (or line _N).
67 t * Go to the (_N-th) next tag.
68 T * Go to the (_N-th) previous tag.
71 ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>.
72 ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_>.
73 ---------------------------------------------------
75 matching the (_N-th) open bracket in the top line.
77 matching the (_N-th) close bracket in the bottom line.
79 m_<_l_e_t_t_e_r_> Mark the current top line with <letter>.
84 ESC-m_<_l_e_t_t_e_r_> Clear a mark.
85 ---------------------------------------------------
86 A mark is any upper-case or lower-case letter.
90 ---------------------------------------------------------------------------
96 :n * Examine the (_N-th) next file from the command line.
97 :p * Examine the (_N-th) previous file from the command line.
98 :x * Examine the first (or _N-th) file from the command line.
102 ---------------------------------------------------------------------------
106 -_<_f_l_a_g_> Toggle a command line option [see OPTIONS below].
107 --_<_n_a_m_e_> Toggle a command line option, by name.
118 ---------------------------------------------------------------------------
123 or from within less by using the - or -- command.
125 character preceded by a -, or a name preceded by --.
127 -? ........ --help
129 -a ........ --search-skip-screen
131 -A ........ --SEARCH-SKIP-SCREEN
133 -b [_N] .... --buffers=[_N]
135 -B ........ --auto-buffers
137 -c ........ --clear-screen
139 -d ........ --dumb
141 -D xx_c_o_l_o_r . --color=xx_c_o_l_o_r
143 -e -E .... --quit-at-eof --QUIT-AT-EOF
145 -f ........ --force
146 Force open non-regular files.
147 -F ........ --quit-if-one-screen
149 -g ........ --hilite-search
151 -G ........ --HILITE-SEARCH
153 -h [_N] .... --max-back-scroll=[_N]
155 -i ........ --ignore-case
157 -I ........ --IGNORE-CASE
159 -j [_N] .... --jump-target=[_N]
161 -J ........ --status-column
163 -k _f_i_l_e ... --lesskey-file=_f_i_l_e
165 -K ........ --quit-on-intr
166 Exit less in response to ctrl-C.
167 -L ........ --no-lessopen
169 -m -M .... --long-prompt --LONG-PROMPT
171 -n ......... --line-numbers
173 -N ......... --LINE-NUMBERS
175 -o [_f_i_l_e] .. --log-file=[_f_i_l_e]
177 -O [_f_i_l_e] .. --LOG-FILE=[_f_i_l_e]
179 -p _p_a_t_t_e_r_n . --pattern=[_p_a_t_t_e_r_n]
181 -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t]
183 -q -Q .... --quiet --QUIET --silent --SILENT
185 -r -R .... --raw-control-chars --RAW-CONTROL-CHARS
187 -s ........ --squeeze-blank-lines
189 -S ........ --chop-long-lines
191 -t _t_a_g .... --tag=[_t_a_g]
193 -T [_t_a_g_s_f_i_l_e] --tag-file=[_t_a_g_s_f_i_l_e]
195 -u -U .... --underline-special --UNDERLINE-SPECIAL
197 -V ........ --version
199 -w ........ --hilite-unread
200 Highlight first new line after forward-screen.
201 -W ........ --HILITE-UNREAD
203 -x [_N[,...]] --tabs=[_N[,...]]
205 -X ........ --no-init
207 -y [_N] .... --max-forw-scroll=[_N]
209 -z [_N] .... --window=[_N]
211 -" [_c[_c]] . --quotes=[_c[_c]]
213 -~ ........ --tilde
215 -# [_N] .... --shift=[_N]
218 --exit-follow-on-close
220 --file-size
222 --follow-name
224 --header=[_L[,_C[,_N]]]
226 --incsearch
228 --intr=[_C]
230 --lesskey-context=_t_e_x_t
232 --lesskey-src=_f_i_l_e
234 --line-num-width=[_N]
235 Set the width of the -N line number field to _N characters.
236 --match-shift=[_N]
238 --modelines=[_N]
240 --mouse
242 --no-keypad
244 --no-histdups
246 --no-number-headers
248 --no-search-header-lines
250 --no-search-header-columns
252 --no-search-headers
254 --no-vbell
256 --redraw-on-quit
258 --rscroll=[_C]
260 --save-marks
262 --search-options=[EFKNRW-]
264 --show-preproc-errors
266 --proc-backspace
268 --PROC-BACKSPACE
270 --proc-return
272 --PROC-RETURN
274 --proc-tab
276 --PROC-TAB
278 --status-col-width=[_N]
279 Set the width of the -J status column to _N characters.
280 --status-line
282 --use-backslash
284 --use-color
286 --wheel-lines=[_N]
288 --wordwrap
292 ---------------------------------------------------------------------------
299 RightArrow ..................... ESC-l ... Move cursor right one character.
300 LeftArrow ...................... ESC-h ... Move cursor left one character.
301 ctrl-RightArrow ESC-RightArrow ESC-w ... Move cursor right one word.
302 ctrl-LeftArrow ESC-LeftArrow ESC-b ... Move cursor left one word.
303 HOME ........................... ESC-0 ... Move cursor to start of line.
304 END ............................ ESC-$ ... Move cursor to end of line.
306 DELETE ......................... ESC-x ... Delete char under cursor.
307 ctrl-BACKSPACE ESC-BACKSPACE ........... Delete word to left of cursor.
308 ctrl-DELETE .... ESC-DELETE .... ESC-X ... Delete word under cursor.
309 ctrl-U ......... ESC (MS-DOS only) ....... Delete entire line.
310 UpArrow ........................ ESC-k ... Retrieve previous command line.
311 DownArrow ...................... ESC-j ... Retrieve next command line.
313 SHIFT-TAB ...................... ESC-TAB Complete filename & reverse cycle.
314 ctrl-L ................................... Complete filename, list all.