mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Reduce escape delay time in tmux (#802)
This commit is contained in:
parent
62e555f906
commit
a30f0aac45
@ -12,6 +12,7 @@ setw -g automatic-rename
|
|||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g history-limit 30000
|
set -g history-limit 30000
|
||||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
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-justify right
|
||||||
set-option -g status-bg black # colour213 # pink
|
set-option -g status-bg black # colour213 # pink
|
||||||
set-option -g status-fg cyan
|
set-option -g status-fg cyan
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user