set3 revision 316958
1$ $tcsh: set3,v 1.4 2006/03/02 18:46:48 christos Exp $
2$ Editor function descriptions
3$set 3 
41 Move back a character
52 Delete the character behind cursor
63 Cut from beginning of current word to cursor - saved in cut buffer
74 Cut from beginning of line to cursor - save in cut buffer
85 Move to beginning of current word
96 Move to beginning of line
107 Capitalize the characters from cursor to end of current word
118 Vi change case of character under cursor and advance one character
129 Vi change to end of line
1310 Clear screen leaving current line on top
1411 Complete current word
1512 Tab forward through files
1613 Tab backward through files
1714 Complete current word ignoring programmable completions
1815 Copy current word to cursor
1916 Copy area between mark and cursor to cut buffer
2017 Expand to preceding word for which this is a prefix
2118 Delete character under cursor
2219 Delete character under cursor or signal end of file on an empty line
2320 Delete character under cursor or list completions if at end of line
2421 Delete character under cursor, list completions or signal end of file
2522 Cut from cursor to end of current word - save in cut buffer
2623 Adds to argument if started or enters digit
2724 Digit that starts argument
2825 Move to next history line
2926 Lowercase the characters from cursor to end of current word
3027 Indicate end of file
3128 Move cursor to end of line
3229 Exchange the cursor and mark
3330 Expand file name wildcards
3431 Expand history escapes
3532 Expand the history escapes in a line
3633 Expand variables
3734 Move forward one character
3835 Move forward to end of current word
3936 Exchange the two characters before the cursor
4037 Search in history backward for line beginning as current
4138 Search in history forward for line beginning as current
4239 Insert last item of previous command
4340 Incremental search forward
4441 Incremental search backward
4542 Clear line
4643 Cut to end of line and save in cut buffer
4744 Cut area between mark and cursor and save in cut buffer
4845 Cut the entire line and save in cut buffer
4946 List choices for completion
5047 List choices for completion overriding programmable completion
5148 List file name wildcard matches
5249 List choices for completion or indicate end of file if empty line
5350 Display load average and current process status
5451 Expand history escapes and insert a space
5552 Execute command
5653 Expand pathnames, eliminating leading .'s and ..'s
5754 Expand commands to the resulting pathname or alias
5855 Switch from insert to overwrite mode or vice versa
5956 Add 8th bit to next character typed
6057 Add the next character typed to the line verbatim
6158 Redisplay everything
6259 Restart stopped editor
6360 Look for help on current command
6461 This character is added to the line
6562 This character is the first in a character sequence
6663 Set the mark at cursor
6764 Correct the spelling of current word
6865 Correct the spelling of entire line
6966 Send character to tty in cooked mode
7067 Toggle between literal and lexical current history line
7168 Exchange the character to the left of the cursor with the one under
7269 Exchange the two characters before the cursor
7370 Tty delayed suspend character
7471 Tty flush output character
7572 Tty interrupt character
7673 Tty quit character
7774 Tty suspend character
7875 Tty allow output character
7976 Tty disallow output character
8077 Indicates unbound character
8178 Emacs universal argument (argument times 4)
8279 Move to previous history line
8380 Uppercase the characters from cursor to end of current word
8481 Vi goto the beginning of next word
8582 Vi enter insert mode after the cursor
8683 Vi enter insert mode at end of line
8784 Vi change case of character under cursor and advance one character
8885 Vi change prefix command
8986 Vi change to end of line
9087 Enter vi command mode (use alternative key bindings)
9188 Vi command mode complete current word
9289 Vi move to previous character (backspace)
9390 Vi delete prefix command
9491 Vi move to the end of the current space delimited word
9592 Vi move to the end of the current word
9693 Vi move to the character specified backward
9794 Vi move to the character specified forward
9895 Vi move up to the character specified backward
9996 Vi move up to the character specified forward
10097 Enter vi insert mode
10198 Enter vi insert mode at beginning of line
10299 Vi repeat current character search in the same search direction
103100 Vi repeat current character search in the opposite search direction
104101 Vi repeat current search in the same search direction
105102 Vi repeat current search in the opposite search direction
106103 Vi replace character under the cursor with the next character typed
107104 Vi replace mode
108105 Vi search history backward
109106 Vi search history forward
110107 Vi replace character under the cursor and enter insert mode
111108 Vi replace entire line
112109 Vi move to the previous word
113110 Vi move to the next word
114111 Vi undo last change
115112 Vi goto the beginning of line
116113 Perform which of current command
117114 Paste cut buffer at cursor position
118