lower tmux escape time
This commit is contained in:
parent
492079d513
commit
e7684beeb9
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ set -g window-status-current-format "#[fg=colour8]#[bg=colour1]#[fg=colour7]#
|
||||||
# normal window status
|
# normal window status
|
||||||
set -g window-status-format "#[fg=colour244]#[bg=colour8]#I #[fg=colour240] #W"
|
set -g window-status-format "#[fg=colour244]#[bg=colour8]#I #[fg=colour240] #W"
|
||||||
|
|
||||||
|
# escape time
|
||||||
|
set-option -sg escape-time 10
|
||||||
|
|
||||||
# COLOURS
|
# COLOURS
|
||||||
#colour0 (black)
|
#colour0 (black)
|
||||||
#colour1 (red)
|
#colour1 (red)
|
||||||
|
|
Loading…
Add table
Reference in a new issue