diff options
| author | Conrado Fonseca <conradob@live.com> | 2020-08-26 22:48:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-26 17:48:09 -0400 |
| commit | a30f0aac45a866c2e6bde797d83e93fb12ee165b (patch) | |
| tree | d643855c80cfcc31b02c2423f03895681f0537e2 /.config/tmux | |
| parent | 62e555f90647d43057b295277ecf10124ef08e14 (diff) | |
| download | eibhear-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.conf | 1 |
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 |
