We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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