= Using tmux = When using haskeline's [KeyBindings vi-style bindings] in tmux, you should add the following line to `~/.tmux.conf`: {{{ set -s escape-time 0 }}} This prevents tmux from adding an extra delay after the `escape` key is pressed. See ticket #107 for more information.