Tweaked high escape timeout in tmux

main
mandlm 2020-09-14 10:09:32 +02:00
parent 539f8c3c43
commit b367c81c64
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -g terminal-overrides ',xterm-256color:Tc' set -g terminal-overrides ',xterm-256color:Tc'
set -sg escape-time 10
# Smart pane switching with awareness of Vim splits. # Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator # See: https://github.com/christoomey/vim-tmux-navigator