Changes between Version 14 and Version 15 of KeyBindings
- Timestamp:
- 09/15/09 01:16:16 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KeyBindings
v14 v15 31 31 ||`M-j`|| search forwards in history for a line matching the contents to the left of the cursor (*)|| 32 32 ||{{{[kill]}}}|| delete until the start of the line|| 33 ||`M-u`|| upper-case the next word (*)||34 ||`M-l`|| lower-case the next word (*)||35 ||`M-c`|| capitalize (first letter only) the current word (*)||36 ||`^T` || swap the character under the cursor with the previous one (*)||37 33 38 34 == Emacs-specific bindings == … … 52 48 ||`^N`|| move forwards in the history (*)|| 53 49 ||`^P` || move backwards in the history (*)|| 50 ||`^Y` || pop the most recent deletion off of the kill ring and paste it (*)|| 51 || || Press `^Y` multiple times to rotate through all saved deletions. || 52 ||`M-u`|| upper-case the next word (*)|| 53 ||`M-l`|| lower-case the next word (*)|| 54 ||`M-c`|| capitalize (first letter only) the current word (*)|| 55 ||`^T` || swap the character under the cursor with the previous one (*)|| 56 54 57 55 58 == Vi-specific bindings ==
