Skip to content

Commit

Permalink
tmux: Add marked flag indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
maiwald committed Aug 6, 2024
1 parent e3db38f commit 7e5625d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ set -g status-interval 2
set -g status-bg black
set -g status-fg white

setw -g window-status-format ' #I:#W#{?window_zoomed_flag, (Z),} '
setw -g window-status-format ' #I:#W#{?window_zoomed_flag, (Z),}#{?window_marked_flag, (M),} '

setw -g window-status-current-style 'bg=blue'
setw -g window-status-current-format ' #I:#W#{?window_zoomed_flag, (Z),} '
setw -g window-status-current-format ' #I:#W#{?window_zoomed_flag, (Z),}#{?window_marked_flag, (M),} '

## config reload
bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."

0 comments on commit 7e5625d

Please sign in to comment.