diff options
| -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) |
