Lines Matching +full:left +full:- +full:input +full:- +full:single +full:- +full:end

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"
40 The input file consists of one or more
46 .IP #line-edit
47 Customizes line-editing key bindings.
63 \fIstring\fP <whitespace> \fIaction\fP [extra-string] <newline>
67 The \fIstring\fP may be a single command key, or a sequence of up to 15 keys.
73 A backslash followed by certain characters specifies input
85 \ek followed by a single character represents the char(s) produced when one of these keys is pressed:
89 \ekB ctrl-BACKSPACE
92 \eke END
95 \ekl LEFT ARROW
96 \ekL ctrl-LEFT ARROW
98 \ekR ctrl-RIGHT ARROW
103 \ekX ctrl-DELETE
129 The following input file describes the set of
140 \er forw-line
141 \en forw-line
142 e forw-line
143 j forw-line
144 \ekd forw-line
145 ^E forw-line
146 ^N forw-line
147 k back-line
148 y back-line
149 ^Y back-line
150 ^K back-line
151 ^P back-line
152 J forw-line-force
153 K back-line-force
154 Y back-line-force
155 d forw-scroll
156 ^D forw-scroll
157 u back-scroll
158 ^U back-scroll
159 \e40 forw-screen
160 f forw-screen
161 ^F forw-screen
162 ^V forw-screen
163 \ekD forw-screen
164 b back-screen
165 ^B back-screen
166 \eev back-screen
167 \ekU back-screen
168 z forw-window
169 w back-window
170 \ee\e40 forw-screen-force
171 F forw-forever
172 \eeF forw-until-hilite
173 R repaint-flush
177 \eeu undo-hilite
178 \eeU clear-search
179 g goto-line
180 \ekh goto-line
181 < goto-line
182 \ee< goto-line
185 \ee( left-scroll
186 \ee) right-scroll
187 \ekl left-scroll
188 \ekr right-scroll
189 \ee{ no-scroll
190 \ee} end-scroll
191 { forw-bracket {}
192 } back-bracket {}
193 ( forw-bracket ()
194 ) back-bracket ()
195 [ forw-bracket []
196 ] back-bracket []
197 \ee^F forw-bracket
198 \ee^B back-bracket
199 G goto-end
200 \ee> goto-end
201 > goto-end
202 \eke goto-end
203 \eeG goto-end-buffered
207 / forw-search
208 ? back-search
209 \ee/ forw-search *
210 \ee? back-search *
211 n repeat-search
212 \een repeat-search-all
213 N reverse-search
214 \eeN reverse-search-all
215 ^O^N osc8-forw-search
216 ^On osc8-forw-search
217 ^O^P osc8-back-search
218 ^Op osc8-back-search
219 ^O^O osc8-open
221 m set-mark
222 M set-mark-bottom
223 \eem clear-mark
224 \&' goto-mark
225 ^X^X goto-mark
229 :n next-file
230 :p prev-file
231 t next-tag
232 T prev-tag
233 :x index-file
234 :d remove-file
235 - toggle-option
236 :t toggle-option t
237 s toggle-option o
240 ## s toggle-option -log-file\en
241 \&_ display-option
273 input file with the action "invalid".
281 adding this control line to the input file:
295 The line-editing section begins with the line:
297 #line-edit
302 The line-editing section consists of a list of keys and actions,
306 The following input file describes the set of
307 default line-editing keys used by
313 #line-edit
314 \et forw-complete
315 \e17 back-complete
316 \ee\et back-complete
322 \eeh left
323 \ekl left
324 \eeb word-left
325 \ee\ekl word-left
326 \eew word-right
327 \ee\ekr word-right
331 \eeX word-delete
332 \eekx word-delete
333 \ee\eb word-backspace
336 \ee$ end
337 \eke end
370 it should be appended to the end of the preceding line.
402 For example, suppose that a new command named 'sideways-search' is added in
410 #version >= 777 Q sideways-search
434 The following input file sets the \-i and \-S options when
436 is run and, on version 595 and higher, adds a \-\-color option.
440 ## (Note that there must be a space at the end of the next line,
441 ## to separate the --color option from the -S option.)
442 LESS = \-i\ \-S\
443 #version\ >=\ 595\ \ LESS\ +=\ \-\-color=Hkc
450 On MS-DOS and OS/2 systems, certain keys send a sequence of characters
455 Copyright (C) 1984-2024 Mark Nudelman
467 Suite 330, Boston, MA 02111-1307, USA.