Tweaked high escape timeout in tmux
parent
539f8c3c43
commit
b367c81c64
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue