about summary refs log tree commit diff stats
path: root/lynx_help/keystrokes/edit_help.html
blob: c58af9b250bbdc0a521a44f19e30b3a9c6041895 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html public "-//IETF//DTD HTML 3.0//EN">
<html>
<head>
<title>Lynx Line Editor Default Key Binding</title>
<link rev="made" href="mailto:lynx-dev@sig.net">
</head>
<body>
<h1>+++DEFAULT BINDING+++</h1>

Lynx invokes a built-in <em>Line Editor</em> for entering strings in
response to prompts, in forms, and for email messages if an external editor
has not been defined.  Administrators can offer alternate key bindings
by adding them in LYEditmap.c before compiling Lynx.  If available, they may 
be selected via the old-style 'o'ptions menu (see -forms_options command 
line option), or by editing lineedit_mode in the .lynxrc file. 
 
<p>Note: setting emacs/vi keys ON has no effect on line-editor bindings. 
 
<p>This is the <em>Default Binding</em>: 
 
<p><pre> 
     ENTER  Input complete        -  RETURN 
     TAB    Input complete        -  TAB, Do 
     ABORT  Input cancelled       -  Ctrl-G, Ctrl-O, Ctrl-C 
     ERASE  Erase the line        -  Ctrl-U, Ctrl-X 
 
     BACK   Cursor back     char  -  Left-Arrow 
     FORW   Cursor forward  char  -  Right-Arrow 
     BACKW  Cursor back     word  -  Ctrl-P 
     FORWW  Cursor forward  word  -  Ctrl-N 
     BOL    Go to begin of  line  -  Ctrl-A, Home, Find 
     EOL    Go to end   of  line  -  Ctrl-E, End,  Select 
 
     DELP   Delete prev     char  -  Ctrl-H, DELETE, Remove 
     DELN   Delete next [*] char  -  Ctrl-D, Ctrl-R 
     DELPW  Delete prev     word  -  Ctrl-B 
     DELNW  Delete next     word  -  Ctrl-F 
     DELEL  Delete to end of line -  Ctrl-\ 
 
     LOWER  Lower case the line   -  Ctrl-K 
     UPPER  Upper case the line   -  Ctrl-T 
 
     LKCMD  Invoke cmd prompt     -  Ctrl-V (in form text fields, only) 
     SWMAP  Switch input keymap   -  Ctrl-^
 
[*] "next" means the character "under" a box or underline type cursor; it 
     means "to the immediate right of" an I-beam type (between characters) 
     cursor. 
</pre>
</body>
</html>