diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-20 22:30:51 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-20 22:30:51 +0200 |
commit | b6ab1fb839f2ae71d107375c52dba0521f326ffb (patch) | |
tree | 0cdd2696b7fd0fc0c280c6bf18786b69e6af1462 /.config/tmux/tmux.conf | |
parent | 07d2800b433166cfb3cb7491ac71841fd77668c2 (diff) |
Update tmux conf with cursor and auto focus
Diffstat (limited to '.config/tmux/tmux.conf')
-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 |