Lines Matching +full:back +full:- +full:to +full:- +full:back
4 lesskey \- customize key bindings for less
6 .B "lesskey [\-o output] [\-\-] [input]"
8 .B "lesskey [\-\-output=output] [\-\-] [input]"
10 .B "lesskey \-V"
12 .B "lesskey \-\-version"
23 was used to compile the
46 .IP #line-edit
47 Customizes line-editing key bindings.
64 \fIstring\fP <whitespace> \fIaction\fP <whitespace> [extra-string] <newline>
68 The \fIstring\fP may be a single command key, or a sequence of up to 15 keys.
72 prefixed by a caret to indicate a control key.
73 A backslash followed by one to three octal digits may be used to
91 \ekB ctrl-BACKSPACE
98 \ekL ctrl-LEFT ARROW
100 \ekR ctrl-RIGHT ARROW
105 \ekX ctrl-DELETE
119 string is parsed, just as if it were typed in to
121 This feature can be used in certain cases to extend
142 \er forw-line
143 \en forw-line
144 e forw-line
145 j forw-line
146 \ekd forw-line
147 ^E forw-line
148 ^N forw-line
149 k back-line
150 y back-line
151 ^Y back-line
152 ^K back-line
153 ^P back-line
154 J forw-line-force
155 K back-line-force
156 Y back-line-force
157 \eej forw-newline
158 \eek back-newline
159 d forw-scroll
160 ^D forw-scroll
161 u back-scroll
162 ^U back-scroll
163 \e40 forw-screen
164 f forw-screen
165 ^F forw-screen
166 ^V forw-screen
167 \ekD forw-screen
168 b back-screen
169 ^B back-screen
170 \eev back-screen
171 \ekU back-screen
172 z forw-window
173 w back-window
174 \ee\e40 forw-screen-force
175 \eeb back-screen-force
176 F forw-forever
177 \eeF forw-until-hilite
178 R repaint-flush
182 \eeu undo-hilite
183 \eeU clear-search
184 g goto-line
185 \ekh goto-line
186 < goto-line
187 \ee< goto-line
190 \ee( left-scroll
191 \ee) right-scroll
192 \ekl left-scroll
193 \ekr right-scroll
194 \ee{ no-scroll
195 \ee} end-scroll
196 { forw-bracket {}
197 } back-bracket {}
198 ( forw-bracket ()
199 ) back-bracket ()
200 [ forw-bracket []
201 ] back-bracket []
202 \ee^F forw-bracket
203 \ee^B back-bracket
204 G goto-end
205 \ee> goto-end
206 > goto-end
207 \eke goto-end
208 \eeG goto-end-buffered
212 / forw-search
213 ? back-search
214 \ee/ forw-search *
215 \ee? back-search *
216 n repeat-search
217 \een repeat-search-all
218 N reverse-search
219 \eeN reverse-search-all
220 ^O^N osc8-forw-search
221 ^On osc8-forw-search
222 ^O^P osc8-back-search
223 ^Op osc8-back-search
224 ^O^O osc8-open
226 m set-mark
227 M set-mark-bottom
228 \eem clear-mark
229 \&' goto-mark
230 ^X^X goto-mark
234 :n next-file
235 :p prev-file
236 t next-tag
237 T prev-tag
238 :x index-file
239 :d remove-file
240 - toggle-option
241 :t toggle-option t
242 s toggle-option o
245 ## s toggle-option -log-file\en
246 \&_ display-option
283 "noaction" is similar to "invalid", but
288 adding this control line to the input file:
292 This will cause all default commands to be ignored.
299 For example, failure to provide a "quit" command can lead to frustration.
302 The line-editing section begins with the line:
304 #line-edit
307 in a manner similar to the way key bindings for
309 The line-editing section consists of a list of keys and actions,
314 default line-editing keys used by
320 #line-edit
321 \et forw-complete
322 \e17 back-complete
323 \ee\et back-complete
331 \eeb word-left
332 \ee\ekl word-left
333 \eew word-right
334 \ee\ekr word-right
338 \eeX word-delete
339 \eekx word-delete
340 \ee\eb word-backspace
362 and the value to be assigned to the environment variable.
364 Variables assigned in this way are visible only to
371 the string is appended to the variable's existing value.
375 It can append only to a variable defined earlier in the file;
376 it cannot append to a variable in the system environment.
379 it should be appended to the end of the preceding line.
380 (It cannot be added to the beginning of the += string because space after
411 For example, suppose that a new command named 'sideways-search' is added in
414 Then the following line would assign the command to the Q key, but only in versions of
419 #version >= 777 Q sideways-search
428 >= Greater than or equal to
429 <= Less than or equal to
430 = Equal to
431 != Not equal to
443 The following input file sets the \-i and \-S options when
445 is run and, on version 595 and higher, adds a \-\-color option.
450 ## to separate the --color option from the -S option.)
451 LESS = \-i\ \-S\
452 #version\ >=\ 595\ \ LESS\ +=\ \-\-color=Hkc
459 On MS-DOS and OS/2 systems, certain keys send a sequence of characters
464 Copyright (C) 1984-2025 Mark Nudelman
475 If not, write to the Free Software Foundation, 59 Temple Place,
476 Suite 330, Boston, MA 02111-1307, USA.