tmux: Do not delay esc
authorStefan Huber <shuber@sthu.org>
Wed, 25 Mar 2020 07:29:34 +0000 (08:29 +0100)
committerStefan Huber <shuber@sthu.org>
Wed, 25 Mar 2020 07:29:34 +0000 (08:29 +0100)
dotfiles/tmux/.tmux.conf

index 5306fffe006554f89789eaaeadde4f2c2d92565a..242c9531415bc9caec530d2f2b32fa264e32a1ba 100644 (file)
@@ -5,6 +5,9 @@ set -g default-terminal "xterm-256color"
 
 set-window-option -g xterm-keys on
 
+# Pass escape immediately to vim
+set -sg escape-time 0
+
 # Copy to X11 clipboard
 bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'