Reduce escape delay time in tmux

This commit is contained in:
Conrado Fonseca 2020-08-26 22:32:16 +01:00
parent 62e555f906
commit ef7ee6d030

View File

@ -12,6 +12,7 @@ setw -g automatic-rename
set -g mouse on
set -g history-limit 30000
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -sg escape-time 20 # faster escape delay time
set-option -g status-justify right
set-option -g status-bg black # colour213 # pink
set-option -g status-fg cyan