diff options
-rw-r--r-- | tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index ce944d4..b69e4be 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -19,3 +19,6 @@ set -g window-status-current-style 'underscore' set -g status-style bg=darkblue set -g set-clipboard + +set-option -sg escape-time 10 +set-option -sa terminal-features ',XXX:RGB' |