Changes between Version 5 and Version 6 of CustomKeyBindings
- Timestamp:
- 12/17/08 05:40:46 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomKeyBindings
v5 v6 30 30 The following instructions will make `ctrl-left` and `ctrl-right` skip words. 31 31 32 First, we check `KeyBindings`to see that `M-B` and `M-F` are bound by default to the commands we want. So the necessary `bind` commands are:32 First, we check KeyBindings to see that `M-B` and `M-F` are bound by default to the commands we want. So the necessary `bind` commands are: 33 33 {{{ 34 34 bind: ctrl-left meta-b
