Skip to content

Commit d48231e

Browse files
committed
WIP
1 parent 480cf4d commit d48231e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/tmux/tmux.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bind-key u display-popup -d '#{pane_current_path}' -w 90% -h 90% -E
3232
bind-key % split-window -h -c "#{pane_current_path}"
3333
bind-key '"' split-window -v -c "#{pane_current_path}"
3434
bind-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
4545
set-option -g status-left " #{=50:session_name} "
4646
set-option -g status-left-length 52
4747
set-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)"
4949
set-option -g status-right-length 200
5050
set-option -g status-style bg=default
5151
set-option -g visual-bell off
5252
set-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,🔎, }'
5555
set-window-option -g mode-keys vi
5656

5757
# Neovim checkhealth

0 commit comments

Comments
 (0)