1$ Editor function descriptions 2$set 3 31 Move back a character 42 Delete the character behind cursor 53 Cut from beginning of current word to cursor - saved in cut buffer 64 Cut from beginning of line to cursor - save in cut buffer 75 Move to beginning of current word 86 Move to beginning of line 97 Capitalize the characters from cursor to end of current word 108 Vi change case of character under cursor and advance one character 119 Vi change to end of line 1210 Clear screen leaving current line on top 1311 Complete current word 1412 Tab forward through files 1513 Tab backward through files 1614 Complete current word ignoring programmable completions 1715 Copy current word to cursor 1816 Copy area between mark and cursor to cut buffer 1917 Expand to preceding word for which this is a prefix 2018 Delete character under cursor 2119 Delete character under cursor or signal end of file on an empty line 2220 Delete character under cursor or list completions if at end of line 2321 Delete character under cursor, list completions or signal end of file 2422 Cut from cursor to end of current word - save in cut buffer 2523 Adds to argument if started or enters digit 2624 Digit that starts argument 2725 Move to next history line 2826 Lowercase the characters from cursor to end of current word 2927 Indicate end of file 3028 Move cursor to end of line 3129 Exchange the cursor and mark 3230 Expand file name wildcards 3331 Expand history escapes 3432 Expand the history escapes in a line 3533 Expand variables 3634 Move forward one character 3735 Move forward to end of current word 3836 Exchange the two characters before the cursor 3937 Search in history backward for line beginning as current 4038 Search in history forward for line beginning as current 4139 Insert last item of previous command 4240 Incremental search forward 4341 Incremental search backward 4442 Clear line 4543 Cut to end of line and save in cut buffer 4644 Cut area between mark and cursor and save in cut buffer 4745 Cut the entire line and save in cut buffer 4846 List choices for completion 4947 List choices for completion overriding programmable completion 5048 List file name wildcard matches 5149 List choices for completion or indicate end of file if empty line 5250 Display load average and current process status 5351 Expand history escapes and insert a space 5452 Execute command 5553 Expand pathnames, eliminating leading .'s and ..'s 5654 Expand commands to the resulting pathname or alias 5755 Switch from insert to overwrite mode or vice versa 5856 Add 8th bit to next character typed 5957 Add the next character typed to the line verbatim 6058 Redisplay everything 6159 Restart stopped editor 6260 Look for help on current command 6361 This character is added to the line 6462 This character is the first in a character sequence 6563 Set the mark at cursor 6664 Correct the spelling of current word 6765 Correct the spelling of entire line 6866 Send character to tty in cooked mode 6967 Toggle between literal and lexical current history line 7068 Exchange the character to the left of the cursor with the one under 7169 Exchange the two characters before the cursor 7270 Tty delayed suspend character 7371 Tty flush output character 7472 Tty interrupt character 7573 Tty quit character 7674 Tty suspend character 7775 Tty allow output character 7876 Tty disallow output character 7977 Indicates unbound character 8078 Emacs universal argument (argument times 4) 8179 Move to previous history line 8280 Uppercase the characters from cursor to end of current word 8381 Vi goto the beginning of next word 8482 Vi enter insert mode after the cursor 8583 Vi enter insert mode at end of line 8684 Vi change case of character under cursor and advance one character 8785 Vi change prefix command 8886 Vi change to end of line 8987 Enter vi command mode (use alternative key bindings) 9088 Vi command mode complete current word 9189 Vi move to previous character (backspace) 9290 Vi delete prefix command 9391 Vi move to the end of the current space delimited word 9492 Vi move to the end of the current word 9593 Vi move to the character specified backward 9694 Vi move to the character specified forward 9795 Vi move up to the character specified backward 9896 Vi move up to the character specified forward 9997 Enter vi insert mode 10098 Enter vi insert mode at beginning of line 10199 Vi repeat current character search in the same search direction 102100 Vi repeat current character search in the opposite search direction 103101 Vi repeat current search in the same search direction 104102 Vi repeat current search in the opposite search direction 105103 Vi replace character under the cursor with the next character typed 106104 Vi replace mode 107105 Vi search history backward 108106 Vi search history forward 109107 Vi replace character under the cursor and enter insert mode 110108 Vi replace entire line 111109 Vi move to the previous word 112110 Vi move to the next word 113111 Vi undo last change 114112 Vi goto the beginning of line 115113 Perform which of current command 116114 Paste cut buffer at cursor position 117115 Replace just-yanked text with yank from earlier kill 118116 (WIN32 only) Copy cut buffer to system clipboard 119117 (WIN32 only) Paste clipboard buffer at cursor position 120118 (WIN32 only) Convert each '/' in next word to '\\\\' 121119 (WIN32 only) Convert each '/' in previous word to '\\\\' 122120 (WIN32 only) Page visible console window up 123121 (WIN32 only) Page visible console window down 124122 Execute command and keep current line 125123 Execute command and move to next history line 126