Tweaked high escape timeout in tmux
parent
539f8c3c43
commit
b367c81c64
|
@ -1,6 +1,7 @@
|
|||
set-window-option -g mode-keys vi
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g terminal-overrides ',xterm-256color:Tc'
|
||||
set -sg escape-time 10
|
||||
|
||||
# Smart pane switching with awareness of Vim splits.
|
||||
# See: https://github.com/christoomey/vim-tmux-navigator
|
||||
|
|
Loading…
Reference in New Issue