diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-04-29 11:12:57 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-04-29 11:12:57 +0200 |
commit | 46bad0dba649d79e1e8e188076eef63f00d4ea7a (patch) | |
tree | 5514c9df02a57175094d22313429475f6c707fae /tmux | |
parent | 14ee49f575c915df1a9776961ab3b3b803ca6ab7 (diff) | |
download | dotfiles-46bad0dba649d79e1e8e188076eef63f00d4ea7a.tar.gz |
tmux
Diffstat (limited to 'tmux')
-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' |