Changes between Initial Version and Version 1 of UsingTmux
- Timestamp:
- 05/21/12 08:34:42 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingTmux
v1 v1 1 = Using tmux = 2 3 When using haskeline's [KeyBindings vi-style bindings] in tmux, you should add the following line to `~/.tmux.conf`: 4 {{{ 5 set -s escape-time 0 6 }}} 7 8 This prevents tmux from adding an extra delay after the `escape` key is pressed. See ticket #107 for more information.
