]> git.phdru.name Git - dotfiles.git/blobdiff - .tmux.conf
lib/config/gpg-agent-update-tty: Change gpg-connect-agent command line
[dotfiles.git] / .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