From b6ab1fb839f2ae71d107375c52dba0521f326ffb Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 20 May 2023 22:30:51 +0200 Subject: Update tmux conf with cursor and auto focus --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3-70-g09d2