| Version 1 (modified by judah, 12 months ago) |
|---|
Using tmux
When using haskeline's 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.
