From 709563005a02834c0b54f815734473dbeb07ae97 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 23:13:03 +0100 Subject: [PATCH] =?UTF-8?q?tmux/=E2=8B=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index eb7dbb7..fdc3429 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -48,11 +48,12 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ #{session_name}\ - / \ + ⋅ \ #{window_index}∕#{session_windows} #{window_name}\ - / \ + ⋅ \ #{pane_index}∕#{window_panes} #{pane_current_command}\ - (#{pane_width}×#{pane_height})\ + ⋅ \ +#{pane_width}×#{pane_height}\ ' # status lines