Changes between Version 16 and Version 17 of KeyBindings
- Timestamp:
- 09/14/10 06:05:46 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KeyBindings
v16 v17 5 5 As of version 0.5, the user may specify [CustomKeyBindings custom key bindings] in their `.haskeline` file. 6 6 7 Commands marked with (*) are available in version 0.6.2 and later. 7 Commands marked with (*) are available in version 0.6.2 and later. Commands marked with (**) are available in version 0.6.2.3 and later. 8 8 9 9 Definitions: … … 55 55 ||`M-c`|| capitalize (first letter only) the current word (*)|| 56 56 ||`^T` || swap the character under the cursor with the previous one (*)|| 57 ||`^Left` || move backwards one word (**)|| 58 ||`^Right` || move forwards one word (**)|| 57 59 58 60
