Changes between Version 11 and Version 12 of ViModeCompatibility
- Timestamp:
- 07/02/09 00:31:54 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViModeCompatibility
v11 v12 3 3 || !^W || (insert mode only) erase previous word || 4 4 ||!^D||enter, when line is not empty|| 5 ||/|| reverse search through history (with n to continue to next while searching, and shift-N to reverse search direction) ||6 ||?|| forward search through history (using n/N as above) ||7 5 8 6 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: … … 37 35 ||%||jump to matching brace: () {} []|| 38 36 ||.||repeat previous command|| 37 ||/|| reverse search through history (with n to continue to next while searching, and shift-N to reverse search direction) || 38 ||?|| forward search through history (using n/N as above) || 39 39
