diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-18 00:00:21 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-18 00:00:21 +0100 |
commit | 957659b0995de116fe66c9ff2df16992c50ae8a5 (patch) | |
tree | fa378ac633049549b5ef63f8e94797502c357170 | |
parent | c9847b6e2c48c037c3f9654d720ff2a10589d70a (diff) |
Update tmux with caret
-rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index fb4f881..5c7fa08 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -21,8 +21,8 @@ set-option -g renumber-windows on set-option -g status-left "" set -ga status-left '#[bg=#151515]#[fg=white] #{?window_zoomed_flag,, }' set-option -g status-right "" -set-option -g window-status-format " #[fg=#202020] #{window_index}#(echo ':')#{window_name}#{window_flag} " -set-option -g window-status-current-format " #[bold bg=#151515] #{window_index}#(echo ':')#{window_name}#{window_flag} " +set-option -g window-status-format " #[fg=#E1E1E1] #{window_index}#(echo ':')#{window_name}#{window_flag} " +set-option -g window-status-current-format " #[bold bg=#151515] > #{window_index}#(echo ':')#{window_name}#{window_flag} " #set -g default-terminal screen-256color set -g status-keys vi |