1..in -0.5i
2.B
3The following table summarizes all ved commands:
4.TS
5expand tab(/);
6lb lw3b lb lb lb lb
7lb lw3b lb lb lb lb
8lb lw3b l l l l
9.
10
11Key//CTRL/ESC CTRL/ALT/ALT ESC
12Label////set mark first/set mark first
13/
14/@/where from/where from/where mark/where mark
15//top/bot/from top/from bot
16|\(<-/A/start of line/start of para/start of line/start of para
17F2/B/go to beginning/go to bottom/go to beginning/go to bottom
18F1/C/exit [+save file buffer]/save file buffer/~/~
19F3/D/delete char/delete words/~/~
20\(->|/E/end of line/end of para/end of line/end of para
21\(->/F/forward char/forward word/forward char/forward word
22F11/G/get file/change file/edit macro file /~
23\(<-/H/back char/back word/back char/back word
24TAB/I/tab/~/tab/~
25NL/J/insert new line/~/jump to mark/switch mark
26/////and cursor
27F4/K/kill line/kill para/kill selection/~
28/L/re-display/adjust window/curr line \(-> top/~
29CR/M/insert new line/change modes/sets mark/~
30\(da/N/down line/down para/down line/down para
31F5/O/open line/~/open line/~
32\(ua/P/up line/up para/up line/up para
33/Q/XON/~/~/~
34F9/R/forward search/reverse search/forward search/reverse search
35/S/XOFF/~/~/~
36F6/T/save line/save para/save selection/~
37//into paste buf/into paste buf/into paste buf/into paste buf/
38/U/multiply/mult=#/~/~
39F7/V/paste/paste and/replace select/replace select
40///clear paste buf/with paste buf/clear paste buf
41F12/W/write file/write paste buf/write selection/~
42/X/XTD/execute buf/exec selection/~
43/Y/save char/save word/~/~
44//into paste buf/into paste buf//
45F10/Z/re-search/reverse re-srch/re-srch/reverse re-srch
46ESC/[/ESC/~/ALT ESC/~
47/]/ALT/ALT ESC/goto tag/pop tag stack
48F8/\\\\/chng paste buf/clr paste buf/~/~
49/^/quote char/quote to 8 bit/quote to 8bit ctl/quote hex
50/\(ul/undo delete/~/clear mark/~
51DEL/DEL/erase char/erase word/~/~
52.TE
53..in +0.5i
54
55.B
56.ne 6
57XTD commands:
58..in -0.5i
59.TS
60expand tab(/);
61lb lw3b lb lb lb lb
62lb lw3b lb lb lb lb
63lb lw3b l l l l
64.
65Key//CTRL/ESC CTRL/ALT/ALT ESC
66Label////set mark first/set mark first
67/
68/H/help/~/~/~
69/X/execute cmd/~/~/~
70/Z/suspend/~/~/~
71.TE
72..in +0.5i
73
74Special Escape commands:
75.br
76.TS
77lw6 lb l.
78	ESC #	Set mult to # for next command. (# is any number)
79	ESC %	Search matching parenthesis.
80	ESC *	Call temporary macro.
81	ESC :	Introduce colon command.
82	ESC n	Next Page.
83	ESC p	Previous Page.
84	ALT ESC n	Set Mark then next Page.
85	ALT ESC p	Set Mark then previous Page.
86.TE
87Colon commands:
88.br
89.TS
90lw6 lb l.
91	backup	Backup file (same as ESC ^C)
92	bind	Print or set command bindings
93	help	Print colon command help
94	macro	Set temporary macro
95	map	Set/view mappings
96	next	Switch to next file
97	prev	Switch to previous file
98	quit	Quit editor (same as ^C)
99	set	Set parameters
100	substitute	Substitute pattern
101	tag	Go to named tag
102	vhelp	Edit the online help file
103.TE
104.bp
105Colon \f3set\fP commands:
106.br
107.TS
108lw6 lb l.
109*	autoindent	Set autoindent mode.
110	linelen	Set line length to arg.
111*	magic	Set magic search mode
112*	markwrap	Mark wrapping lines
113	optline	Set optimal line number to arg.
114	pmargin	Set page margin for scrolling to arg.
115	psize	Set page length to arg.
116	tabstop	Set tab width to arg.
117	taglength	Set number of significant characters for tag search to arg.
118	tags	Set tag file search path to arg.
119	wrapmargin	Set wrap margin for auto new line to arg.
120.TE
121
122Commands marked with an asterix are boolean. They may be set to
123.I false
124by prepending a
125.B no
126to the name.
127