set3 revision 167465
1207753Smm$ $tcsh: set3,v 1.4 2006/03/02 18:46:48 christos Exp $
2207753Smm$ Editor function descriptions
3207753Smm$set 3 
4207753Smm1 Move back a character
5207753Smm2 Delete the character behind cursor
6207753Smm3 Cut from beginning of current word to cursor - saved in cut buffer
7207753Smm4 Cut from beginning of line to cursor - save in cut buffer
8207753Smm5 Move to beginning of current word
9207753Smm6 Move to beginning of line
10207753Smm7 Capitalize the characters from cursor to end of current word
11207753Smm8 Vi change case of character under cursor and advance one character
12207753Smm9 Vi change to end of line
13207753Smm10 Clear screen leaving current line on top
14207753Smm11 Complete current word
15207753Smm12 Tab forward through files
16207753Smm13 Tab backward through files
17207753Smm14 Complete current word ignoring programmable completions
18207753Smm15 Copy current word to cursor
19207753Smm16 Copy area between mark and cursor to cut buffer
20207753Smm17 Expand to preceding word for which this is a prefix
21207753Smm18 Delete character under cursor
22207753Smm19 Delete character under cursor or signal end of file on an empty line
23207753Smm20 Delete character under cursor or list completions if at end of line
24207753Smm21 Delete character under cursor, list completions or signal end of file
25207753Smm22 Cut from cursor to end of current word - save in cut buffer
26207753Smm23 Adds to argument if started or enters digit
27207753Smm24 Digit that starts argument
28207753Smm25 Move to next history line
29207753Smm26 Lowercase the characters from cursor to end of current word
30207753Smm27 Indicate end of file
31207753Smm28 Move cursor to end of line
32207753Smm29 Exchange the cursor and mark
33207753Smm30 Expand file name wildcards
34207753Smm31 Expand history escapes
35207753Smm32 Expand the history escapes in a line
36207753Smm33 Expand variables
37207753Smm34 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