set3 revision 167465
133080Skato$ $tcsh: set3,v 1.4 2006/03/02 18:46:48 christos Exp $
216359Sasami$ Editor function descriptions
333080Skato$set 3 
416359Sasami1 Move back a character
516359Sasami2 Delete the character behind cursor
616359Sasami3 Cut from beginning of current word to cursor - saved in cut buffer
730329Skato4 Cut from beginning of line to cursor - save in cut buffer
816359Sasami5 Move to beginning of current word
916359Sasami6 Move to beginning of line
1016359Sasami7 Capitalize the characters from cursor to end of current word
1116359Sasami8 Vi change case of character under cursor and advance one character
1229006Skato9 Vi change to end of line
1329006Skato10 Clear screen leaving current line on top
1429006Skato11 Complete current word
1516359Sasami12 Tab forward through files
1632939Skato13 Tab backward through files
1716359Sasami14 Complete current word ignoring programmable completions
1816359Sasami15 Copy current word to cursor
1916359Sasami16 Copy area between mark and cursor to cut buffer
2026477Skato17 Expand to preceding word for which this is a prefix
2124657Skato18 Delete character under cursor
2224657Skato19 Delete character under cursor or signal end of file on an empty line
2324657Skato20 Delete character under cursor or list completions if at end of line
2416359Sasami21 Delete character under cursor, list completions or signal end of file
2516359Sasami22 Cut from cursor to end of current word - save in cut buffer
2616359Sasami23 Adds to argument if started or enters digit
2729631Skato24 Digit that starts argument
2832939Skato25 Move to next history line
2932092Skato26 Lowercase the characters from cursor to end of current word
3032939Skato27 Indicate end of file
3127844Skato28 Move cursor to end of line
3227844Skato29 Exchange the cursor and mark
3317256Sasami30 Expand file name wildcards
3425572Skato31 Expand history escapes
3525572Skato32 Expand the history escapes in a line
3625572Skato33 Expand variables
3725572Skato34 Move forward one character
3825572Skato35 Move forward to end of current word
3925195Skato36 Exchange the two characters before the cursor
4025195Skato37 Search in history backward for line beginning as current
4125195Skato38 Search in history forward for line beginning as current
4225195Skato39 Insert last item of previous command
4325195Skato40 Incremental search forward
4418846Sasami41 Incremental search backward
4518846Sasami42 Clear line
4620129Sasami43 Cut to end of line and save in cut buffer
4719269Sasami44 Cut area between mark and cursor and save in cut buffer
4818846Sasami45 Cut the entire line and save in cut buffer
4933080Skato46 List choices for completion
5033080Skato47 List choices for completion overriding programmable completion
5133080Skato48 List file name wildcard matches
5218208Sasami49 List choices for completion or indicate end of file if empty line
5331556Skato50 Display load average and current process status
5427392Skato51 Expand history escapes and insert a space
5527392Skato52 Execute command
5633019Skato53 Expand pathnames, eliminating leading .'s and ..'s
5727391Skato54 Expand commands to the resulting pathname or alias
5833019Skato55 Switch from insert to overwrite mode or vice versa
5933019Skato56 Add 8th bit to next character typed
6033019Skato57 Add the next character typed to the line verbatim
6133019Skato58 Redisplay everything
6233019Skato59 Restart stopped editor
6333019Skato60 Look for help on current command
6433019Skato61 This character is added to the line
6533019Skato62 This character is the first in a character sequence
6633019Skato63 Set the mark at cursor
6733019Skato64 Correct the spelling of current word
6819122Sasami65 Correct the spelling of entire line
6929006Skato66 Send character to tty in cooked mode
7029006Skato67 Toggle between literal and lexical current history line
7129006Skato68 Exchange the character to the left of the cursor with the one under
7229006Skato69 Exchange the two characters before the cursor
7329006Skato70 Tty delayed suspend character
7429006Skato71 Tty flush output character
7518846Sasami72 Tty interrupt character
7618265Sasami73 Tty quit character
7718265Sasami74 Tty suspend character
7827692Skato75 Tty allow output character
7929137Skato76 Tty disallow output character
8018208Sasami77 Indicates unbound character
8127173Skato78 Emacs universal argument (argument times 4)
8227173Skato79 Move to previous history line
8321773Skato80 Uppercase the characters from cursor to end of current word
8421773Skato81 Vi goto the beginning of next word
8521773Skato82 Vi enter insert mode after the cursor
8622065Skato83 Vi enter insert mode at end of line
8721773Skato84 Vi change case of character under cursor and advance one character
8821773Skato85 Vi change prefix command
8921773Skato86 Vi change to end of line
9018208Sasami87 Enter vi command mode (use alternative key bindings)
9118208Sasami88 Vi command mode complete current word
9218265Sasami89 Vi move to previous character (backspace)
9325268Skato90 Vi delete prefix command
9425268Skato91 Vi move to the end of the current space delimited word
9518265Sasami92 Vi move to the end of the current word
9618265Sasami93 Vi move to the character specified backward
9718846Sasami94 Vi move to the character specified forward
9823847Skato95 Vi move up to the character specified backward
9923847Skato96 Vi move up to the character specified forward
10029533Skato97 Enter vi insert mode
10129533Skato98 Enter vi insert mode at beginning of line
10229533Skato99 Vi repeat current character search in the same search direction
10330553Skato100 Vi repeat current character search in the opposite search direction
10430553Skato101 Vi repeat current search in the same search direction
10530553Skato102 Vi repeat current search in the opposite search direction
10630553Skato103 Vi replace character under the cursor with the next character typed
10730553Skato104 Vi replace mode
10830553Skato105 Vi search history backward
10930553Skato106 Vi search history forward
11030553Skato107 Vi replace character under the cursor and enter insert mode
11130553Skato108 Vi replace entire line
11230553Skato109 Vi move to the previous word
11330553Skato110 Vi move to the next word
11430553Skato111 Vi undo last change
11530553Skato112 Vi goto the beginning of line
11630553Skato113 Perform which of current command
11730553Skato114 Paste cut buffer at cursor position
118