Changes between Version 2 and Version 3 of KeyBindings
- Timestamp:
- 09/25/08 23:41:17 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KeyBindings
v2 v3 26 26 ||`^B`|| move left one character|| 27 27 ||`^F`|| move right one char|| 28 ||{{{^_}}} or {{{^X^U}}}||undo|| 28 29 ||`^D`|| delete the character to the right of the cursor || 29 30 || || `^D` is treated as an EOF if the input line is empty and the last character pressed was not also `^D`.|| … … 36 37 37 38 == Vi-specific bindings == 38 The `Vi` bindings start in "insert mode" allowing all of the shared commands listed above. Pressing `ESCAPE` enters the "command mode" which provides all of the shared commands except39 The `Vi` bindings start in "insert mode" allowing all of the shared commands listed above. If {{{^D}}} is typed when the line is empty, it is treated as an EOF; otherwise, it is ignored. Pressing `ESCAPE` enters the "command mode" which provides all of the shared commands except 39 40 for {{{[printable char]}}} and Tab, allowing instead the following commands: 40 41 … … 47 48 ||r|| replace one character|| 48 49 ||R|| replace many characters|| 50 ||u|| undo|| 51 ||. or {{{^R}}}||redo|| 49 52 ||[n][movement]|| do a movement, repeated n times|| 50 53 ||[n]d[movement]|| delete the characters the movement would move past||
