change status line of tmux

This commit is contained in:
2025-12-06 02:35:58 +08:00
parent 7c92dac1c0
commit 2449bbd002

View File

@@ -9,3 +9,7 @@ bind-key ` send-prefix -2
bind '"' split-window -c "#{pane_current_path}" bind '"' split-window -c "#{pane_current_path}"
bind % split-window -hc "#{pane_current_path}" bind % split-window -hc "#{pane_current_path}"
# show all text of pane_title
set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{pane_title}\" %Y-%m-%d %H:%M"
set -g status-right-length 0