Skip to content
Judah Jacobson edited this page Mar 6, 2016 · 1 revision

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 [http://trac.haskell.org/haskeline/ticket/107 for more information.