Enable pwd in tmux status line

This commit is contained in:
Johannes Rothe 2025-04-29 22:52:09 +02:00
parent b7d5073c07
commit 684a57a46c

View File

@ -118,8 +118,10 @@
extraConfig = '' extraConfig = ''
bind-key Space next-window bind-key Space next-window
set -g status-right '#[fg=colour242]#S' set -g status-right '#[fg=colour246]#{pane_current_path} #S'
set -g status-left ' ' set -g status-left ' '
set -g status-interval 1
set -g status-right-length 200
set -g window-status-format '#I:#W' set -g window-status-format '#I:#W'
set -g window-status-current-format '#I:#W' set -g window-status-current-format '#I:#W'
set -g allow-rename off set -g allow-rename off