Changes between Version 15 and Version 16 of ViModeCompatibility
- Timestamp:
- 07/03/09 02:25:53 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViModeCompatibility
v15 v16 1 1 A collection of vi commands supported by libreadline that aren't yet supported by haskeline (see #84, #87, #88): 2 2 3 || ~ || toggle case ||4 3 || !^W || (insert mode only) erase previous word || 5 4 ||!^D||enter, when line is not empty|| … … 38 37 ||/|| reverse search through history (with n to continue to next while searching, and shift-N to reverse search direction) || 39 38 ||?|| forward search through history (using n/N as above) || 39 || ~ || toggle case || 40 40
