Changes between Version 16 and Version 17 of ViModeCompatibility
- Timestamp:
- 09/11/09 18:08:35 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViModeCompatibility
v16 v17 1 1 A collection of vi commands supported by libreadline that aren't yet supported by haskeline (see #84, #87, #88): 2 2 3 || !^W || (insert mode only) erase previous word || 4 ||!^D||enter, when line is not empty|| 3 (This space left blank since all of the below commands are now implemented. If you find more, please open a new ticket.) 5 4 6 5 Some of these can be configured using the `bind` command in the `.haskeline` file in your home directory. For example, the following will put you in vi mode, and let you use the `j` and `k` keys to scroll down and up in your history: … … 38 37 ||?|| forward search through history (using n/N as above) || 39 38 || ~ || toggle case || 39 || !^W || erase previous word || 40 ||!^D||enter, when line is not empty|| 40 41
