From 2449bbd0023e4a917797c4268b5f21bad50c1220 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sat, 6 Dec 2025 02:35:58 +0800 Subject: [PATCH] change status line of tmux --- dot/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot/.tmux.conf b/dot/.tmux.conf index 68a9e20..b27807d 100644 --- a/dot/.tmux.conf +++ b/dot/.tmux.conf @@ -9,3 +9,7 @@ bind-key ` send-prefix -2 bind '"' split-window -c "#{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