We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When using haskeline's [KeyBindings vi-style bindings] in tmux, you should add the following line to ~/.tmux.conf:
~/.tmux.conf
set -s escape-time 0
This prevents tmux from adding an extra delay after the escape key is pressed. See [http://trac.haskell.org/haskeline/ticket/107 for more information.
escape