Move window name left. Simplify window_status_current_format
dblume

dblume commited on 2021-11-21 16:27:52
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -44,7 +44,7 @@ setw -g automatic-rename off
44 44
 setw -g aggressive-resize
45 45
 set -g allow-rename on
46 46
 #setw -g window-status-current-format '#[fg=yellow]#I:#F:#T:.../#{b:pane_current_path}#[default]'
47
-setw -g window-status-current-format '#([ #{session_windows} -gt 1 ] && echo #I:)#[fg=yellow]#{?window_zoomed_flag,Z:,}#{s\/home/dblume\~\:pane_current_path}#[default]#([ #{session_windows} -gt 1 ] && echo :#W)'
47
+setw -g window-status-current-format '#([ #{session_windows} -gt 1 ] && echo #I:#W:)#[fg=yellow]#{?window_zoomed_flag,Z:,}#{s\/home/dblume\~\:pane_current_path}#[default]'
48 48
 setw -g window-status-format '#[fg=colour241]#I:#W#[default]'
49 49
 
50 50
 # prefix, C-Arrow doesn't work from PuTTY. Needs TERM to be xterm
51 51