@@ -32,7 +32,7 @@ bind-key u display-popup -d '#{pane_current_path}' -w 90% -h 90% -E
3232bind-key % split-window -h -c " #{pane_current_path}"
3333bind-key ' "' split-window -v -c " #{pane_current_path}"
3434bind-key c new-window -c " #{pane_current_path}"
35- bind-key s choose-tree -sZ -F ' #{?session_attached,📍, }#{?session_bell_flag,🔔, }(#{session_windows})'
35+ bind-key s choose-tree -sZ -F ' #{?session_attached,*, }(#{session_windows})'
3636
3737# Options
3838# https://man.openbsd.org/OpenBSD-current/man1/tmux.1#FORMATS
@@ -45,13 +45,13 @@ set-option -g status-interval 1
4545set-option -g status-left " #{=50:session_name} "
4646set-option -g status-left-length 52
4747set-option -g status-position top
48- set-option -g status-right " #(cd \" #{pane_current_path}\" && ~/ghq/github.com/i9wa4/dotfiles/bin/repo-status)#(~/ghq/github.com/i9wa4/dotfiles/bin/system-load) "
48+ set-option -g status-right " #(cd \" #{pane_current_path}\" && ~/ghq/github.com/i9wa4/dotfiles/bin/repo-status)"
4949set-option -g status-right-length 200
5050set-option -g status-style bg=default
5151set-option -g visual-bell off
5252set-option -g window-status-bell-style ' none'
53- set-option -g window-status-current-format ' #[reverse]#{?window_bell_flag,🔔, } #{window_index}#{?window_zoomed_flag,🔎, }#[default]'
54- set-option -g window-status-format ' #{?window_bell_flag,🔔, } #{window_index}#{?window_zoomed_flag,🔎, }'
53+ set-option -g window-status-current-format ' #[reverse] #{window_index}#{?window_zoomed_flag,🔎, }#[default]'
54+ set-option -g window-status-format ' #{window_index}#{?window_zoomed_flag,🔎, }'
5555set-window-option -g mode-keys vi
5656
5757# Neovim checkhealth
0 commit comments