diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-11-22 14:51:38 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-11-22 14:51:38 +0100 |
| commit | 01e485ad66e8fd31bf4c18381b4ba12d8e90db38 (patch) | |
| tree | 46d937c9779977d530eda2e29c9933f8630c3744 /config | |
| parent | 95b912a57f517f579a625f8feaeb193a8abce968 (diff) | |
| download | dotfiles-01e485ad66e8fd31bf4c18381b4ba12d8e90db38.tar.gz dotfiles-01e485ad66e8fd31bf4c18381b4ba12d8e90db38.tar.bz2 dotfiles-01e485ad66e8fd31bf4c18381b4ba12d8e90db38.zip | |
Added tmux set escape-time 0
Diffstat (limited to 'config')
| -rw-r--r-- | config/tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index f7ef434..c9e2a5e 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -6,6 +6,8 @@ set -g default-terminal "xterm-256color" set -g mouse on setw -g mode-keys vi +set -sg escape-time 0 # otherwise <ESC> in vim has a small delay + # from: https://github.com/egel/tmux-gruvbox ## COLORSCHEME: gruvbox dark (medium) |
