summaryrefslogtreecommitdiffstats
path: root/.config/tmux
diff options
context:
space:
mode:
authorConrado Fonseca <conradob@live.com>2020-08-26 22:48:09 +0100
committerGitHub <noreply@github.com>2020-08-26 17:48:09 -0400
commita30f0aac45a866c2e6bde797d83e93fb12ee165b (patch)
treed643855c80cfcc31b02c2423f03895681f0537e2 /.config/tmux
parent62e555f90647d43057b295277ecf10124ef08e14 (diff)
downloadeibhear-a30f0aac45a866c2e6bde797d83e93fb12ee165b.tar.gz
eibhear-a30f0aac45a866c2e6bde797d83e93fb12ee165b.tar.zst
eibhear-a30f0aac45a866c2e6bde797d83e93fb12ee165b.zip
Reduce escape delay time in tmux (#802)
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 6d85cc7..d7e74f7 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -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