diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5c7fa08..30981c2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -12,9 +12,12 @@ set -ga terminal-overrides ',*256col*:Tc' # Undercurl set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0 +set -ga terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q' # Status line set -g status on +set -g focus-events on +set-option -sg status-interval 1 set-option -g status-style bg=#151515,fg=white set-option -g automatic-rename on set-option -g renumber-windows on |