Mon Apr 25 22:47:27 2011 UTC ()
Markup consistency, from YOMURA Masanori. Add serial comma.


(wiz)
diff -r1.24 -r1.25 src/lib/libedit/editrc.5

cvs diff -r1.24 -r1.25 src/lib/libedit/editrc.5 (switch to unified diff)

--- src/lib/libedit/editrc.5 2009/04/11 22:17:52 1.24
+++ src/lib/libedit/editrc.5 2011/04/25 22:47:27 1.25
@@ -1,490 +1,491 @@ @@ -1,490 +1,491 @@
1.\" $NetBSD: editrc.5,v 1.24 2009/04/11 22:17:52 wiz Exp $ 1.\" $NetBSD: editrc.5,v 1.25 2011/04/25 22:47:27 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This file was contributed to The NetBSD Foundation by Luke Mewburn. 6.\" This file was contributed to The NetBSD Foundation by Luke Mewburn.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
15.\" documentation and/or other materials provided with the distribution. 15.\" documentation and/or other materials provided with the distribution.
16.\" 16.\"
17.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 17.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
18.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 20.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
21.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE. 27.\" POSSIBILITY OF SUCH DAMAGE.
28.\" 28.\"
29.Dd October 18, 2003 29.Dd October 18, 2003
30.Dt EDITRC 5 30.Dt EDITRC 5
31.Os 31.Os
32.Sh NAME 32.Sh NAME
33.Nm editrc 33.Nm editrc
34.Nd configuration file for editline library 34.Nd configuration file for editline library
35.Sh SYNOPSIS 35.Sh SYNOPSIS
36.Nm 36.Nm
37.Sh DESCRIPTION 37.Sh DESCRIPTION
38The 38The
39.Nm 39.Nm
40file defines various settings to be used by the 40file defines various settings to be used by the
41.Xr editline 3 41.Xr editline 3
42library. 42library.
43.Pp 43.Pp
44The format of each line is: 44The format of each line is:
45.Dl [prog:]command [arg [...]] 45.Dl [prog:]command [arg [...]]
46.Pp 46.Pp
47.Ar command 47.Ar command
48is one of the 48is one of the
49.Xr editline 3 49.Xr editline 3
50builtin commands. 50builtin commands.
51Refer to 51Refer to
52.Sx BUILTIN COMMANDS 52.Sx BUILTIN COMMANDS
53for more information. 53for more information.
54.Pp 54.Pp
55.Ar prog 55.Ar prog
56is the program name string that a program defines when it calls 56is the program name string that a program defines when it calls
57.Xr el_init 3 57.Xr el_init 3
58to set up 58to set up
59.Xr editline 3 , 59.Xr editline 3 ,
60which is usually 60which is usually
61.Va argv[0] . 61.Va argv[0] .
62.Ar command 62.Ar command
63will be executed for any program which matches 63will be executed for any program which matches
64.Ar prog . 64.Ar prog .
65.Pp 65.Pp
66.Ar prog 66.Ar prog
67may also be a 67may also be a
68.Xr regex 3 68.Xr regex 3
69style 69style
70regular expression, in which case 70regular expression, in which case
71.Ar command 71.Ar command
72will be executed for any program that matches the regular expression. 72will be executed for any program that matches the regular expression.
73.Pp 73.Pp
74If 74If
75.Ar prog 75.Ar prog
76is absent, 76is absent,
77.Ar command 77.Ar command
78is executed for all programs. 78is executed for all programs.
79.Sh BUILTIN COMMANDS 79.Sh BUILTIN COMMANDS
80The 80The
81.Nm editline 81.Nm editline
82library has some builtin commands, which affect the way 82library has some builtin commands, which affect the way
83that the line editing and history functions operate. 83that the line editing and history functions operate.
84These are based on similar named builtins present in the 84These are based on similar named builtins present in the
85.Xr tcsh 1 85.Xr tcsh 1
86shell. 86shell.
87.Pp 87.Pp
88The following builtin commands are available: 88The following builtin commands are available:
89.Bl -tag -width 4n 89.Bl -tag -width 4n
90.It Ic bind Oo Fl a Oc Oo Fl e Oc Oo Fl k Oc Oo Fl l Oc Oo Fl r Oc \ 90.It Ic bind Oo Fl a Oc Oo Fl e Oc Oo Fl k Oc Oo Fl l Oc Oo Fl r Oc \
91Oo Fl s Oc Oo Fl v Oc Oo Ar key Op Ar command Oc 91Oo Fl s Oc Oo Fl v Oc Oo Ar key Op Ar command Oc
92Without options, list all bound keys, and the editor command to which 92Without options, list all bound keys, and the editor command to which
93each is bound. 93each is bound.
94If 94If
95.Ar key 95.Ar key
96is supplied, show the bindings for 96is supplied, show the bindings for
97.Ar key . 97.Ar key .
98If 98If
99.Ar key command 99.Ar key command
100is supplied, bind 100is supplied, bind
101.Ar command 101.Ar command
102to 102to
103.Ar key . 103.Ar key .
104Options include: 104Options include:
105.Bl -tag -width 4n 105.Bl -tag -width 4n
106.It Fl e 106.It Fl e
107Bind all keys to the standard GNU Emacs-like bindings. 107Bind all keys to the standard GNU Emacs-like bindings.
108.It Fl v 108.It Fl v
109Bind all keys to the standard 109Bind all keys to the standard
110.Xr vi 1 Ns -like 110.Xr vi 1 Ns -like
111bindings. 111bindings.
112.It Fl a 112.It Fl a
113List or change key bindings in the 113List or change key bindings in the
114.Xr vi 1 114.Xr vi 1
115mode alternate (command mode) key map. 115mode alternate (command mode) key map.
116.It Fl k 116.It Fl k
117.Ar key 117.Ar key
118is interpreted as a symbolic arrow key name, which may be one of 118is interpreted as a symbolic arrow key name, which may be one of
119.Sq up , 119.Sq up ,
120.Sq down , 120.Sq down ,
121.Sq left 121.Sq left
122or 122or
123.Sq right . 123.Sq right .
124.It Fl l 124.It Fl l
125List all editor commands and a short description of each. 125List all editor commands and a short description of each.
126.It Fl r 126.It Fl r
127Remove a key's binding. 127Remove a key's binding.
128.It Fl s 128.It Fl s
129.Ar command 129.Ar command
130is taken as a literal string and treated as terminal input when 130is taken as a literal string and treated as terminal input when
131.Ar key 131.Ar key
132is typed. 132is typed.
133Bound keys in 133Bound keys in
134.Ar command 134.Ar command
135are themselves reinterpreted, and this continues for ten levels of 135are themselves reinterpreted, and this continues for ten levels of
136interpretation. 136interpretation.
137.El 137.El
138.Pp 138.Pp
139.Ar command 139.Ar command
140may be one of the commands documented in 140may be one of the commands documented in
141.Sx "EDITOR COMMANDS" 141.Sx "EDITOR COMMANDS"
142below, or another key. 142below, or another key.
143.Pp 143.Pp
144.Ar key 144.Ar key
145and 145and
146.Ar command 146.Ar command
147can contain control characters of the form 147can contain control characters of the form
148.Sm off 148.Sm off
149.Sq No ^ Ar character 149.Sq No ^ Ar character
150.Sm on 150.Sm on
151.Po 151.Po
152e.g. 152e.g.
153.Sq ^A 153.Sq ^A
154.Pc , 154.Pc ,
155and the following backslashed escape sequences: 155and the following backslashed escape sequences:
156.Pp 156.Pp
157.Bl -tag -compact -offset indent -width 4n 157.Bl -tag -compact -offset indent -width 4n
158.It Ic \ea 158.It Ic \ea
159Bell 159Bell
160.It Ic \eb 160.It Ic \eb
161Backspace 161Backspace
162.It Ic \ee 162.It Ic \ee
163Escape 163Escape
164.It Ic \ef 164.It Ic \ef
165Formfeed 165Formfeed
166.It Ic \en 166.It Ic \en
167Newline 167Newline
168.It Ic \er 168.It Ic \er
169Carriage return 169Carriage return
170.It Ic \et 170.It Ic \et
171Horizontal tab 171Horizontal tab
172.It Ic \ev 172.It Ic \ev
173Vertical tab 173Vertical tab
174.Sm off 174.Sm off
175.It Sy \e Ar nnn 175.It Sy \e Ar nnn
176.Sm on 176.Sm on
177The ASCII character corresponding to the octal number 177The ASCII character corresponding to the octal number
178.Ar nnn . 178.Ar nnn .
179.El 179.El
180.Pp 180.Pp
181.Sq \e 181.Sq \e
182nullifies the special meaning of the following character, 182nullifies the special meaning of the following character,
183if it has any, notably 183if it has any, notably
184.Sq \e 184.Sq \e
185and 185and
186.Sq ^ . 186.Sq ^ .
187.It Ic echotc Oo Fl sv Oc Ar arg Ar ... 187.It Ic echotc Oo Fl sv Oc Ar arg Ar ...
188Exercise terminal capabilities given in 188Exercise terminal capabilities given in
189.Ar arg Ar ... . 189.Ar arg Ar ... .
190If 190If
191.Ar arg 191.Ar arg
192is 192is
193.Sq baud , 193.Sq baud ,
194.Sq cols , 194.Sq cols ,
195.Sq lines , 195.Sq lines ,
196.Sq rows , 196.Sq rows ,
197.Sq meta or 197.Sq meta ,
 198or
198.Sq tabs , 199.Sq tabs ,
199the value of that capability is printed, with 200the value of that capability is printed, with
200.Dq yes 201.Dq yes
201or 202or
202.Dq no 203.Dq no
203indicating that the terminal does or does not have that capability. 204indicating that the terminal does or does not have that capability.
204.Pp 205.Pp
205.Fl s 206.Fl s
206returns an empty string for non-existent capabilities, rather than 207returns an empty string for non-existent capabilities, rather than
207causing an error. 208causing an error.
208.Fl v 209.Fl v
209causes messages to be verbose. 210causes messages to be verbose.
210.It Ic edit Op Li on | Li off 211.It Ic edit Op Li on | Li off
211Enable or disable the 212Enable or disable the
212.Nm editline 213.Nm editline
213functionality in a program. 214functionality in a program.
214.It Ic history Ar list | Ar size Dv n | Ar unique Dv n 215.It Ic history Ar list | Ar size Dv n | Ar unique Dv n
215The 216The
216.Ar list 217.Ar list
217command lists all entries in the history. 218command lists all entries in the history.
218The 219The
219.Ar size 220.Ar size
220command sets the history size to 221command sets the history size to
221.Dv n 222.Dv n
222entries. 223entries.
223The 224The
224.Ar unique 225.Ar unique
225command controls if history should keep duplicate entries. 226command controls if history should keep duplicate entries.
226If 227If
227.Dv n 228.Dv n
228is non zero, only keep unique history entries. 229is non zero, only keep unique history entries.
229If 230If
230.Dv n 231.Dv n
231is zero, then keep all entries (the default). 232is zero, then keep all entries (the default).
232.It Ic telltc 233.It Ic telltc
233List the values of all the terminal capabilities (see 234List the values of all the terminal capabilities (see
234.Xr termcap 5 ) . 235.Xr termcap 5 ) .
235.It Ic settc Ar cap Ar val 236.It Ic settc Ar cap Ar val
236Set the terminal capability 237Set the terminal capability
237.Ar cap 238.Ar cap
238to 239to
239.Ar val , 240.Ar val ,
240as defined in 241as defined in
241.Xr termcap 5 . 242.Xr termcap 5 .
242No sanity checking is done. 243No sanity checking is done.
243.It Ic setty Oo Fl a Oc Oo Fl d Oc Oo Fl q Oc Oo Fl x Oc Oo Ar +mode Oc \ 244.It Ic setty Oo Fl a Oc Oo Fl d Oc Oo Fl q Oc Oo Fl x Oc Oo Ar +mode Oc \
244Oo Ar -mode Oc Oo Ar mode Oc Oo Ar char=c Oc 245Oo Ar -mode Oc Oo Ar mode Oc Oo Ar char=c Oc
245Control which tty modes that 246Control which tty modes that
246.Nm 247.Nm
247won't allow the user to change. 248won't allow the user to change.
248.Fl d , 249.Fl d ,
249.Fl q 250.Fl q
250or 251or
251.Fl x 252.Fl x
252tells 253tells
253.Ic setty 254.Ic setty
254to act on the 255to act on the
255.Sq edit , 256.Sq edit ,
256.Sq quote 257.Sq quote
257or 258or
258.Sq execute 259.Sq execute
259set of tty modes respectively; defaulting to 260set of tty modes respectively; defaulting to
260.Fl x . 261.Fl x .
261.Pp 262.Pp
262Without other arguments, 263Without other arguments,
263.Ic setty 264.Ic setty
264lists the modes in the chosen set which are fixed on 265lists the modes in the chosen set which are fixed on
265.Po 266.Po
266.Sq +mode 267.Sq +mode
267.Pc 268.Pc
268or off 269or off
269.Po 270.Po
270.Sq -mode 271.Sq -mode
271.Pc . 272.Pc .
272.Fl a 273.Fl a
273lists all tty modes in the chosen set regardless of the setting. 274lists all tty modes in the chosen set regardless of the setting.
274With 275With
275.Ar +mode , 276.Ar +mode ,
276.Ar -mode 277.Ar -mode
277or 278or
278.Ar mode , 279.Ar mode ,
279fixes 280fixes
280.Ar mode 281.Ar mode
281on or off or removes control of 282on or off or removes control of
282.Ar mode 283.Ar mode
283in the chosen set. 284in the chosen set.
284.Pp 285.Pp
285.Ic Setty 286.Ic Setty
286can also be used to set tty characters to particular values using 287can also be used to set tty characters to particular values using
287.Ar char=value . 288.Ar char=value .
288If 289If
289.Ar value 290.Ar value
290is empty 291is empty
291then the character is set to 292then the character is set to
292.Dv _POSIX_VDISABLE . 293.Dv _POSIX_VDISABLE .
293.El 294.El
294.Sh EDITOR COMMANDS 295.Sh EDITOR COMMANDS
295The following editor commands are available for use in key bindings: 296The following editor commands are available for use in key bindings:
296.\" Section automatically generated with makelist 297.\" Section automatically generated with makelist
297.Bl -tag -width 4n 298.Bl -tag -width 4n
298.It Ic vi-paste-next 299.It Ic vi-paste-next
299Vi paste previous deletion to the right of the cursor. 300Vi paste previous deletion to the right of the cursor.
300.It Ic vi-paste-prev 301.It Ic vi-paste-prev
301Vi paste previous deletion to the left of the cursor. 302Vi paste previous deletion to the left of the cursor.
302.It Ic vi-prev-space-word 303.It Ic vi-prev-space-word
303Vi move to the previous space delimited word. 304Vi move to the previous space delimited word.
304.It Ic vi-prev-word 305.It Ic vi-prev-word
305Vi move to the previous word. 306Vi move to the previous word.
306.It Ic vi-next-space-word 307.It Ic vi-next-space-word
307Vi move to the next space delimited word. 308Vi move to the next space delimited word.
308.It Ic vi-next-word 309.It Ic vi-next-word
309Vi move to the next word. 310Vi move to the next word.
310.It Ic vi-change-case 311.It Ic vi-change-case
311Vi change case of character under the cursor and advance one character. 312Vi change case of character under the cursor and advance one character.
312.It Ic vi-change-meta 313.It Ic vi-change-meta
313Vi change prefix command. 314Vi change prefix command.
314.It Ic vi-insert-at-bol 315.It Ic vi-insert-at-bol
315Vi enter insert mode at the beginning of line. 316Vi enter insert mode at the beginning of line.
316.It Ic vi-replace-char 317.It Ic vi-replace-char
317Vi replace character under the cursor with the next character typed. 318Vi replace character under the cursor with the next character typed.
318.It Ic vi-replace-mode 319.It Ic vi-replace-mode
319Vi enter replace mode. 320Vi enter replace mode.
320.It Ic vi-substitute-char 321.It Ic vi-substitute-char
321Vi replace character under the cursor and enter insert mode. 322Vi replace character under the cursor and enter insert mode.
322.It Ic vi-substitute-line 323.It Ic vi-substitute-line
323Vi substitute entire line. 324Vi substitute entire line.
324.It Ic vi-change-to-eol 325.It Ic vi-change-to-eol
325Vi change to end of line. 326Vi change to end of line.
326.It Ic vi-insert 327.It Ic vi-insert
327Vi enter insert mode. 328Vi enter insert mode.
328.It Ic vi-add 329.It Ic vi-add
329Vi enter insert mode after the cursor. 330Vi enter insert mode after the cursor.
330.It Ic vi-add-at-eol 331.It Ic vi-add-at-eol
331Vi enter insert mode at end of line. 332Vi enter insert mode at end of line.
332.It Ic vi-delete-meta 333.It Ic vi-delete-meta
333Vi delete prefix command. 334Vi delete prefix command.
334.It Ic vi-end-word 335.It Ic vi-end-word
335Vi move to the end of the current space delimited word. 336Vi move to the end of the current space delimited word.
336.It Ic vi-to-end-word 337.It Ic vi-to-end-word
337Vi move to the end of the current word. 338Vi move to the end of the current word.
338.It Ic vi-undo 339.It Ic vi-undo
339Vi undo last change. 340Vi undo last change.
340.It Ic vi-command-mode 341.It Ic vi-command-mode
341Vi enter command mode (use alternative key bindings). 342Vi enter command mode (use alternative key bindings).
342.It Ic vi-zero 343.It Ic vi-zero
343Vi move to the beginning of line. 344Vi move to the beginning of line.
344.It Ic vi-delete-prev-char 345.It Ic vi-delete-prev-char
345Vi move to previous character (backspace). 346Vi move to previous character (backspace).
346.It Ic vi-list-or-eof 347.It Ic vi-list-or-eof
347Vi list choices for completion or indicate end of file if empty line. 348Vi list choices for completion or indicate end of file if empty line.
348.It Ic vi-kill-line-prev 349.It Ic vi-kill-line-prev
349Vi cut from beginning of line to cursor. 350Vi cut from beginning of line to cursor.
350.It Ic vi-search-prev 351.It Ic vi-search-prev
351Vi search history previous. 352Vi search history previous.
352.It Ic vi-search-next 353.It Ic vi-search-next
353Vi search history next. 354Vi search history next.
354.It Ic vi-repeat-search-next 355.It Ic vi-repeat-search-next
355Vi repeat current search in the same search direction. 356Vi repeat current search in the same search direction.
356.It Ic vi-repeat-search-prev 357.It Ic vi-repeat-search-prev
357Vi repeat current search in the opposite search direction. 358Vi repeat current search in the opposite search direction.
358.It Ic vi-next-char 359.It Ic vi-next-char
359Vi move to the character specified next. 360Vi move to the character specified next.
360.It Ic vi-prev-char 361.It Ic vi-prev-char
361Vi move to the character specified previous. 362Vi move to the character specified previous.
362.It Ic vi-to-next-char 363.It Ic vi-to-next-char
363Vi move up to the character specified next. 364Vi move up to the character specified next.
364.It Ic vi-to-prev-char 365.It Ic vi-to-prev-char
365Vi move up to the character specified previous. 366Vi move up to the character specified previous.
366.It Ic vi-repeat-next-char 367.It Ic vi-repeat-next-char
367Vi repeat current character search in the same search direction. 368Vi repeat current character search in the same search direction.
368.It Ic vi-repeat-prev-char 369.It Ic vi-repeat-prev-char
369Vi repeat current character search in the opposite search direction. 370Vi repeat current character search in the opposite search direction.
370.It Ic em-delete-or-list 371.It Ic em-delete-or-list
371Delete character under cursor or list completions if at end of line. 372Delete character under cursor or list completions if at end of line.
372.It Ic em-delete-next-word 373.It Ic em-delete-next-word
373Cut from cursor to end of current word. 374Cut from cursor to end of current word.
374.It Ic em-yank 375.It Ic em-yank
375Paste cut buffer at cursor position. 376Paste cut buffer at cursor position.
376.It Ic em-kill-line 377.It Ic em-kill-line
377Cut the entire line and save in cut buffer. 378Cut the entire line and save in cut buffer.
378.It Ic em-kill-region 379.It Ic em-kill-region
379Cut area between mark and cursor and save in cut buffer. 380Cut area between mark and cursor and save in cut buffer.
380.It Ic em-copy-region 381.It Ic em-copy-region
381Copy area between mark and cursor to cut buffer. 382Copy area between mark and cursor to cut buffer.
382.It Ic em-gosmacs-transpose 383.It Ic em-gosmacs-transpose
383Exchange the two characters before the cursor. 384Exchange the two characters before the cursor.
384.It Ic em-next-word 385.It Ic em-next-word
385Move next to end of current word. 386Move next to end of current word.
386.It Ic em-upper-case 387.It Ic em-upper-case
387Uppercase the characters from cursor to end of current word. 388Uppercase the characters from cursor to end of current word.
388.It Ic em-capitol-case 389.It Ic em-capitol-case
389Capitalize the characters from cursor to end of current word. 390Capitalize the characters from cursor to end of current word.
390.It Ic em-lower-case 391.It Ic em-lower-case
391Lowercase the characters from cursor to end of current word. 392Lowercase the characters from cursor to end of current word.
392.It Ic em-set-mark 393.It Ic em-set-mark
393Set the mark at cursor. 394Set the mark at cursor.
394.It Ic em-exchange-mark 395.It Ic em-exchange-mark
395Exchange the cursor and mark. 396Exchange the cursor and mark.
396.It Ic em-universal-argument 397.It Ic em-universal-argument
397Universal argument (argument times 4). 398Universal argument (argument times 4).
398.It Ic em-meta-next 399.It Ic em-meta-next
399Add 8th bit to next character typed. 400Add 8th bit to next character typed.
400.It Ic em-toggle-overwrite 401.It Ic em-toggle-overwrite
401Switch from insert to overwrite mode or vice versa. 402Switch from insert to overwrite mode or vice versa.
402.It Ic em-copy-prev-word 403.It Ic em-copy-prev-word
403Copy current word to cursor. 404Copy current word to cursor.
404.It Ic em-inc-search-next 405.It Ic em-inc-search-next
405Emacs incremental next search. 406Emacs incremental next search.
406.It Ic em-inc-search-prev 407.It Ic em-inc-search-prev
407Emacs incremental reverse search. 408Emacs incremental reverse search.
408.It Ic ed-end-of-file 409.It Ic ed-end-of-file
409Indicate end of file. 410Indicate end of file.
410.It Ic ed-insert 411.It Ic ed-insert
411Add character to the line. 412Add character to the line.
412.It Ic ed-delete-prev-word 413.It Ic ed-delete-prev-word
413Delete from beginning of current word to cursor. 414Delete from beginning of current word to cursor.
414.It Ic ed-delete-next-char 415.It Ic ed-delete-next-char
415Delete character under cursor. 416Delete character under cursor.
416.It Ic ed-kill-line 417.It Ic ed-kill-line
417Cut to the end of line. 418Cut to the end of line.
418.It Ic ed-move-to-end 419.It Ic ed-move-to-end
419Move cursor to the end of line. 420Move cursor to the end of line.
420.It Ic ed-move-to-beg 421.It Ic ed-move-to-beg
421Move cursor to the beginning of line. 422Move cursor to the beginning of line.
422.It Ic ed-transpose-chars 423.It Ic ed-transpose-chars
423Exchange the character to the left of the cursor with the one under it. 424Exchange the character to the left of the cursor with the one under it.
424.It Ic ed-next-char 425.It Ic ed-next-char
425Move to the right one character. 426Move to the right one character.
426.It Ic ed-prev-word 427.It Ic ed-prev-word
427Move to the beginning of the current word. 428Move to the beginning of the current word.
428.It Ic ed-prev-char 429.It Ic ed-prev-char
429Move to the left one character. 430Move to the left one character.
430.It Ic ed-quoted-insert 431.It Ic ed-quoted-insert
431Add the next character typed verbatim. 432Add the next character typed verbatim.
432.It Ic ed-digit 433.It Ic ed-digit
433Adds to argument or enters a digit. 434Adds to argument or enters a digit.
434.It Ic ed-argument-digit 435.It Ic ed-argument-digit
435Digit that starts argument. 436Digit that starts argument.
436.It Ic ed-unassigned 437.It Ic ed-unassigned
437Indicates unbound character. 438Indicates unbound character.
438.It Ic ed-tty-sigint 439.It Ic ed-tty-sigint
439Tty interrupt character. 440Tty interrupt character.
440.It Ic ed-tty-dsusp 441.It Ic ed-tty-dsusp
441Tty delayed suspend character. 442Tty delayed suspend character.
442.It Ic ed-tty-flush-output 443.It Ic ed-tty-flush-output
443Tty flush output characters. 444Tty flush output characters.
444.It Ic ed-tty-sigquit 445.It Ic ed-tty-sigquit
445Tty quit character. 446Tty quit character.
446.It Ic ed-tty-sigtstp 447.It Ic ed-tty-sigtstp
447Tty suspend character. 448Tty suspend character.
448.It Ic ed-tty-stop-output 449.It Ic ed-tty-stop-output
449Tty disallow output characters. 450Tty disallow output characters.
450.It Ic ed-tty-start-output 451.It Ic ed-tty-start-output
451Tty allow output characters. 452Tty allow output characters.
452.It Ic ed-newline 453.It Ic ed-newline
453Execute command. 454Execute command.
454.It Ic ed-delete-prev-char 455.It Ic ed-delete-prev-char
455Delete the character to the left of the cursor. 456Delete the character to the left of the cursor.
456.It Ic ed-clear-screen 457.It Ic ed-clear-screen
457Clear screen leaving current line at the top. 458Clear screen leaving current line at the top.
458.It Ic ed-redisplay 459.It Ic ed-redisplay
459Redisplay everything. 460Redisplay everything.
460.It Ic ed-start-over 461.It Ic ed-start-over
461Erase current line and start from scratch. 462Erase current line and start from scratch.
462.It Ic ed-sequence-lead-in 463.It Ic ed-sequence-lead-in
463First character in a bound sequence. 464First character in a bound sequence.
464.It Ic ed-prev-history 465.It Ic ed-prev-history
465Move to the previous history line. 466Move to the previous history line.
466.It Ic ed-next-history 467.It Ic ed-next-history
467Move to the next history line. 468Move to the next history line.
468.It Ic ed-search-prev-history 469.It Ic ed-search-prev-history
469Search previous in history for a line matching the current. 470Search previous in history for a line matching the current.
470.It Ic ed-search-next-history 471.It Ic ed-search-next-history
471Search next in history for a line matching the current. 472Search next in history for a line matching the current.
472.It Ic ed-prev-line 473.It Ic ed-prev-line
473Move up one line. 474Move up one line.
474.It Ic ed-next-line 475.It Ic ed-next-line
475Move down one line. 476Move down one line.
476.It Ic ed-command 477.It Ic ed-command
477Editline extended command. 478Editline extended command.
478.El 479.El
479.\" End of section automatically generated with makelist 480.\" End of section automatically generated with makelist
480.Sh SEE ALSO 481.Sh SEE ALSO
481.Xr editline 3 , 482.Xr editline 3 ,
482.Xr regex 3 , 483.Xr regex 3 ,
483.Xr termcap 5 484.Xr termcap 5
484.Sh AUTHORS 485.Sh AUTHORS
485The 486The
486.Nm editline 487.Nm editline
487library was written by Christos Zoulas, 488library was written by Christos Zoulas,
488and this manual was written by Luke Mewburn, 489and this manual was written by Luke Mewburn,
489with some sections inspired by 490with some sections inspired by
490.Xr tcsh 1 . 491.Xr tcsh 1 .