13b6eaa7bSAndrey A. Chernov$ Editor function descriptions 23b6eaa7bSAndrey A. Chernov$set 3 33b6eaa7bSAndrey A. Chernov1 Move back a character 43b6eaa7bSAndrey A. Chernov2 Delete the character behind cursor 53b6eaa7bSAndrey A. Chernov3 Cut from beginning of current word to cursor - saved in cut buffer 63b6eaa7bSAndrey A. Chernov4 Cut from beginning of line to cursor - save in cut buffer 73b6eaa7bSAndrey A. Chernov5 Move to beginning of current word 83b6eaa7bSAndrey A. Chernov6 Move to beginning of line 93b6eaa7bSAndrey A. Chernov7 Capitalize the characters from cursor to end of current word 103b6eaa7bSAndrey A. Chernov8 Vi change case of character under cursor and advance one character 113b6eaa7bSAndrey A. Chernov9 Vi change to end of line 123b6eaa7bSAndrey A. Chernov10 Clear screen leaving current line on top 133b6eaa7bSAndrey A. Chernov11 Complete current word 143b6eaa7bSAndrey A. Chernov12 Tab forward through files 153b6eaa7bSAndrey A. Chernov13 Tab backward through files 163b6eaa7bSAndrey A. Chernov14 Complete current word ignoring programmable completions 173b6eaa7bSAndrey A. Chernov15 Copy current word to cursor 183b6eaa7bSAndrey A. Chernov16 Copy area between mark and cursor to cut buffer 193b6eaa7bSAndrey A. Chernov17 Expand to preceding word for which this is a prefix 203b6eaa7bSAndrey A. Chernov18 Delete character under cursor 213b6eaa7bSAndrey A. Chernov19 Delete character under cursor or signal end of file on an empty line 223b6eaa7bSAndrey A. Chernov20 Delete character under cursor or list completions if at end of line 233b6eaa7bSAndrey A. Chernov21 Delete character under cursor, list completions or signal end of file 243b6eaa7bSAndrey A. Chernov22 Cut from cursor to end of current word - save in cut buffer 253b6eaa7bSAndrey A. Chernov23 Adds to argument if started or enters digit 263b6eaa7bSAndrey A. Chernov24 Digit that starts argument 273b6eaa7bSAndrey A. Chernov25 Move to next history line 283b6eaa7bSAndrey A. Chernov26 Lowercase the characters from cursor to end of current word 293b6eaa7bSAndrey A. Chernov27 Indicate end of file 303b6eaa7bSAndrey A. Chernov28 Move cursor to end of line 313b6eaa7bSAndrey A. Chernov29 Exchange the cursor and mark 323b6eaa7bSAndrey A. Chernov30 Expand file name wildcards 333b6eaa7bSAndrey A. Chernov31 Expand history escapes 343b6eaa7bSAndrey A. Chernov32 Expand the history escapes in a line 353b6eaa7bSAndrey A. Chernov33 Expand variables 363b6eaa7bSAndrey A. Chernov34 Move forward one character 373b6eaa7bSAndrey A. Chernov35 Move forward to end of current word 383b6eaa7bSAndrey A. Chernov36 Exchange the two characters before the cursor 393b6eaa7bSAndrey A. Chernov37 Search in history backward for line beginning as current 403b6eaa7bSAndrey A. Chernov38 Search in history forward for line beginning as current 413b6eaa7bSAndrey A. Chernov39 Insert last item of previous command 423b6eaa7bSAndrey A. Chernov40 Incremental search forward 433b6eaa7bSAndrey A. Chernov41 Incremental search backward 443b6eaa7bSAndrey A. Chernov42 Clear line 453b6eaa7bSAndrey A. Chernov43 Cut to end of line and save in cut buffer 463b6eaa7bSAndrey A. Chernov44 Cut area between mark and cursor and save in cut buffer 473b6eaa7bSAndrey A. Chernov45 Cut the entire line and save in cut buffer 483b6eaa7bSAndrey A. Chernov46 List choices for completion 493b6eaa7bSAndrey A. Chernov47 List choices for completion overriding programmable completion 503b6eaa7bSAndrey A. Chernov48 List file name wildcard matches 513b6eaa7bSAndrey A. Chernov49 List choices for completion or indicate end of file if empty line 523b6eaa7bSAndrey A. Chernov50 Display load average and current process status 533b6eaa7bSAndrey A. Chernov51 Expand history escapes and insert a space 543b6eaa7bSAndrey A. Chernov52 Execute command 553b6eaa7bSAndrey A. Chernov53 Expand pathnames, eliminating leading .'s and ..'s 563b6eaa7bSAndrey A. Chernov54 Expand commands to the resulting pathname or alias 573b6eaa7bSAndrey A. Chernov55 Switch from insert to overwrite mode or vice versa 583b6eaa7bSAndrey A. Chernov56 Add 8th bit to next character typed 593b6eaa7bSAndrey A. Chernov57 Add the next character typed to the line verbatim 603b6eaa7bSAndrey A. Chernov58 Redisplay everything 613b6eaa7bSAndrey A. Chernov59 Restart stopped editor 623b6eaa7bSAndrey A. Chernov60 Look for help on current command 633b6eaa7bSAndrey A. Chernov61 This character is added to the line 643b6eaa7bSAndrey A. Chernov62 This character is the first in a character sequence 653b6eaa7bSAndrey A. Chernov63 Set the mark at cursor 663b6eaa7bSAndrey A. Chernov64 Correct the spelling of current word 673b6eaa7bSAndrey A. Chernov65 Correct the spelling of entire line 683b6eaa7bSAndrey A. Chernov66 Send character to tty in cooked mode 693b6eaa7bSAndrey A. Chernov67 Toggle between literal and lexical current history line 703b6eaa7bSAndrey A. Chernov68 Exchange the character to the left of the cursor with the one under 713b6eaa7bSAndrey A. Chernov69 Exchange the two characters before the cursor 723b6eaa7bSAndrey A. Chernov70 Tty delayed suspend character 733b6eaa7bSAndrey A. Chernov71 Tty flush output character 743b6eaa7bSAndrey A. Chernov72 Tty interrupt character 753b6eaa7bSAndrey A. Chernov73 Tty quit character 763b6eaa7bSAndrey A. Chernov74 Tty suspend character 773b6eaa7bSAndrey A. Chernov75 Tty allow output character 783b6eaa7bSAndrey A. Chernov76 Tty disallow output character 793b6eaa7bSAndrey A. Chernov77 Indicates unbound character 803b6eaa7bSAndrey A. Chernov78 Emacs universal argument (argument times 4) 813b6eaa7bSAndrey A. Chernov79 Move to previous history line 823b6eaa7bSAndrey A. Chernov80 Uppercase the characters from cursor to end of current word 833b6eaa7bSAndrey A. Chernov81 Vi goto the beginning of next word 843b6eaa7bSAndrey A. Chernov82 Vi enter insert mode after the cursor 853b6eaa7bSAndrey A. Chernov83 Vi enter insert mode at end of line 863b6eaa7bSAndrey A. Chernov84 Vi change case of character under cursor and advance one character 873b6eaa7bSAndrey A. Chernov85 Vi change prefix command 883b6eaa7bSAndrey A. Chernov86 Vi change to end of line 893b6eaa7bSAndrey A. Chernov87 Enter vi command mode (use alternative key bindings) 903b6eaa7bSAndrey A. Chernov88 Vi command mode complete current word 913b6eaa7bSAndrey A. Chernov89 Vi move to previous character (backspace) 923b6eaa7bSAndrey A. Chernov90 Vi delete prefix command 933b6eaa7bSAndrey A. Chernov91 Vi move to the end of the current space delimited word 943b6eaa7bSAndrey A. Chernov92 Vi move to the end of the current word 953b6eaa7bSAndrey A. Chernov93 Vi move to the character specified backward 963b6eaa7bSAndrey A. Chernov94 Vi move to the character specified forward 973b6eaa7bSAndrey A. Chernov95 Vi move up to the character specified backward 983b6eaa7bSAndrey A. Chernov96 Vi move up to the character specified forward 993b6eaa7bSAndrey A. Chernov97 Enter vi insert mode 1003b6eaa7bSAndrey A. Chernov98 Enter vi insert mode at beginning of line 1013b6eaa7bSAndrey A. Chernov99 Vi repeat current character search in the same search direction 1023b6eaa7bSAndrey A. Chernov100 Vi repeat current character search in the opposite search direction 1033b6eaa7bSAndrey A. Chernov101 Vi repeat current search in the same search direction 1043b6eaa7bSAndrey A. Chernov102 Vi repeat current search in the opposite search direction 1053b6eaa7bSAndrey A. Chernov103 Vi replace character under the cursor with the next character typed 1063b6eaa7bSAndrey A. Chernov104 Vi replace mode 1073b6eaa7bSAndrey A. Chernov105 Vi search history backward 1083b6eaa7bSAndrey A. Chernov106 Vi search history forward 1093b6eaa7bSAndrey A. Chernov107 Vi replace character under the cursor and enter insert mode 1103b6eaa7bSAndrey A. Chernov108 Vi replace entire line 1113b6eaa7bSAndrey A. Chernov109 Vi move to the previous word 1123b6eaa7bSAndrey A. Chernov110 Vi move to the next word 1133b6eaa7bSAndrey A. Chernov111 Vi undo last change 1143b6eaa7bSAndrey A. Chernov112 Vi goto the beginning of line 1153b6eaa7bSAndrey A. Chernov113 Perform which of current command 1163b6eaa7bSAndrey A. Chernov114 Paste cut buffer at cursor position 1176767bd61SMark Peek115 Replace just-yanked text with yank from earlier kill 1186767bd61SMark Peek116 (WIN32 only) Copy cut buffer to system clipboard 1196767bd61SMark Peek117 (WIN32 only) Paste clipboard buffer at cursor position 1206767bd61SMark Peek118 (WIN32 only) Convert each '/' in next word to '\\\\' 1216767bd61SMark Peek119 (WIN32 only) Convert each '/' in previous word to '\\\\' 1226767bd61SMark Peek120 (WIN32 only) Page visible console window up 1236767bd61SMark Peek121 (WIN32 only) Page visible console window down 124