Changes between Version 2 and Version 3 of ViModeCompatibility
- Timestamp:
- 06/08/09 07:11:23 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViModeCompatibility
v2 v3 18 18 ||P||paste|| 19 19 ||!^D||enter, when line is not empty|| 20 21 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: 22 {{{ 23 editMode: Vi 24 bind: k up 25 bind: j down 26 }}}
