]> git.phdru.name Git - dotfiles.git/commitdiff
.tmux.conf: Don't wait for [Esc]
authorOleg Broytman <phd@phdru.name>
Tue, 17 Oct 2017 23:50:20 +0000 (02:50 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 17 Oct 2017 23:50:20 +0000 (02:50 +0300)
Allow fast switching from insert mode to normal in vim.
Set (and export) environment variable SLOWTERM to override.

.tmux.conf

index c88fd3b83693cee9f610a3fb17edcfed4eb185ff..ef1626023fbafbdaed5a5fe6555dd665e0691406 100644 (file)
@@ -8,6 +8,9 @@ set-option -g renumber-windows on
 set-window-option -g mode-keys vi
 # Pass [Ctrl]+[PgUp/PgDn]
 set-window-option -g xterm-keys on
+# Don't wait for [Esc] to allow fast switching from insert mode to normal in vim
+# Set (and export) environment variable SLOWTERM to override.
+if-shell "test -z $SLOWTERM" "set-option -gs escape-time 0"
 
 # Mouse
 set-window-option -g mode-mouse on