From 7f6a29e8eb8be2d8a7cfc6606c0e37405ff2658b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 23:05:52 +0100 Subject: [PATCH] tmux/space --- sh/tmux.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index cdba642..fbce852 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -47,10 +47,12 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ -#{session_name} / \ -#{window_index} #{window_name} / \ +#{session_name}\ + / \ +#{window_index} #{window_name}\ + / \ #{pane_index} #{pane_current_command}\ - (#{pane_width}×#{pane_height})\ + (#{pane_width}×#{pane_height})\ ' # status lines