set3 revision 83098
1193640Sariff$ $Id: set3,v 1.2 2001/04/26 19:07:52 kim Exp $
2193640Sariff$ Editor function descriptions
3193640Sariff$set 3 
4193640Sariff1 Move back a character
5193640Sariff2 Delete the character behind cursor
6193640Sariff3 Cut from beginning of current word to cursor - saved in cut buffer
7193640Sariff4 Cut from beginning of line to cursor - save in cut buffer
8193640Sariff5 Move to beginning of current word
9193640Sariff6 Move to beginning of line
10193640Sariff7 Capitalize the characters from cursor to end of current word
11193640Sariff8 Vi change case of character under cursor and advance one character
12193640Sariff9 Vi change to end of line
13193640Sariff10 Clear screen leaving current line on top
14193640Sariff11 Complete current word
15193640Sariff12 Tab forward through files
16193640Sariff13 Tab backward through files
17193640Sariff14 Complete current word ignoring programmable completions
18193640Sariff15 Copy current word to cursor
19193640Sariff16 Copy area between mark and cursor to cut buffer
20193640Sariff17 Expand to preceding word for which this is a prefix
21193640Sariff18 Delete character under cursor
22193640Sariff19 Delete character under cursor or signal end of file on an empty line
23193640Sariff20 Delete character under cursor or list completions if at end of line
24193640Sariff21 Delete character under cursor, list completions or signal end of file
25193640Sariff22 Cut from cursor to end of current word - save in cut buffer
26193640Sariff23 Adds to argument if started or enters digit
27193640Sariff24 Digit that starts argument
28193640Sariff25 Move to next history line
29193640Sariff26 Lowercase the characters from cursor to end of current word
30193640Sariff27 Indicate end of file
31193640Sariff28 Move cursor to end of line
32193640Sariff29 Exchange the cursor and mark
33193640Sariff30 Expand file name wildcards
34193640Sariff31 Expand history escapes
35193640Sariff32 Expand the history escapes in a line
36193640Sariff33 Expand variables
37193640Sariff34 Move forward one character
38193640Sariff35 Move forward to end of current word
39193640Sariff36 Exchange the two characters before the cursor
40193640Sariff37 Search in history backward for line beginning as current
41193640Sariff38 Search in history forward for line beginning as current
42193640Sariff39 Insert last item of previous command
43193640Sariff40 Incremental search forward
44193640Sariff41 Incremental search backward
45193640Sariff42 Clear line
46193640Sariff43 Cut to end of line and save in cut buffer
47193640Sariff44 Cut area between mark and cursor and save in cut buffer
48193640Sariff45 Cut the entire line and save in cut buffer
49193640Sariff46 List choices for completion
50193640Sariff47 List choices for completion overriding programmable completion
51193640Sariff48 List file name wildcard matches
52193640Sariff49 List choices for completion or indicate end of file if empty line
53193640Sariff50 Display load average and current process status
54193640Sariff51 Expand history escapes and insert a space
55193640Sariff52 Execute command
56193640Sariff53 Expand pathnames, eliminating leading .'s and ..'s
57193640Sariff54 Expand commands to the resulting pathname or alias
58193640Sariff55 Switch from insert to overwrite mode or vice versa
59193640Sariff56 Add 8th bit to next character typed
60193640Sariff57 Add the next character typed to the line verbatim
61193640Sariff58 Redisplay everything
62193640Sariff59 Restart stopped editor
63193640Sariff60 Look for help on current command
64193640Sariff61 This character is added to the line
65193640Sariff62 This character is the first in a character sequence
66193640Sariff63 Set the mark at cursor
67193640Sariff64 Correct the spelling of current word
68193640Sariff65 Correct the spelling of entire line
69193640Sariff66 Send character to tty in cooked mode
70193640Sariff67 Toggle between literal and lexical current history line
71193640Sariff68 Exchange the character to the left of the cursor with the one under
72193640Sariff69 Exchange the two characters before the cursor
73193640Sariff70 Tty delayed suspend character
74193640Sariff71 Tty flush output character
75193640Sariff72 Tty interrupt character
76193640Sariff73 Tty quit character
77193640Sariff74 Tty suspend character
78193640Sariff75 Tty allow output character
79193640Sariff76 Tty disallow output character
80193640Sariff77 Indicates unbound character
81193640Sariff78 Emacs universal argument (argument times 4)
82193640Sariff79 Move to previous history line
83193640Sariff80 Uppercase the characters from cursor to end of current word
84193640Sariff81 Vi goto the beginning of next word
85193640Sariff82 Vi enter insert mode after the cursor
86193640Sariff83 Vi enter insert mode at end of line
87193640Sariff84 Vi change case of character under cursor and advance one character
88193640Sariff85 Vi change prefix command
89193640Sariff86 Vi change to end of line
90193640Sariff87 Enter vi command mode (use alternative key bindings)
91193640Sariff88 Vi command mode complete current word
92193640Sariff89 Vi move to previous character (backspace)
93193640Sariff90 Vi delete prefix command
94193640Sariff91 Vi move to the end of the current space delimited word
95193640Sariff92 Vi move to the end of the current word
96193640Sariff93 Vi move to the character specified backward
97193640Sariff94 Vi move to the character specified forward
98193640Sariff95 Vi move up to the character specified backward
99193640Sariff96 Vi move up to the character specified forward
100193640Sariff97 Enter vi insert mode
101193640Sariff98 Enter vi insert mode at beginning of line
102193640Sariff99 Vi repeat current character search in the same search direction
103193640Sariff100 Vi repeat current character search in the opposite search direction
104193640Sariff101 Vi repeat current search in the same search direction
105193640Sariff102 Vi repeat current search in the opposite search direction
106193640Sariff103 Vi replace character under the cursor with the next character typed
107193640Sariff104 Vi replace mode
108193640Sariff105 Vi search history backward
109193640Sariff106 Vi search history forward
110193640Sariff107 Vi replace character under the cursor and enter insert mode
111193640Sariff108 Vi replace entire line
112193640Sariff109 Vi move to the previous word
113193640Sariff110 Vi move to the next word
114193640Sariff111 Vi undo last change
115193640Sariff112 Vi goto the beginning of line
116193640Sariff113 Perform which of current command
117193640Sariff114 Paste cut buffer at cursor position
118193640Sariff115 Replace just-yanked text with yank from earlier kill
119193640Sariff116 (WIN32 only) Copy cut buffer to system clipboard
120193640Sariff117 (WIN32 only) Paste clipboard buffer at cursor position
121193640Sariff118 (WIN32 only) Convert each '/' in next word to '\\\\'
122193640Sariff119 (WIN32 only) Convert each '/' in previous word to '\\\\'
123193640Sariff120 (WIN32 only) Page visible console window up
124193640Sariff121 (WIN32 only) Page visible console window down
125193640Sariff