From 8b3a326763e6dca86423c3cf71e9e0e6be20ad17 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 30 Jun 2025 03:07:32 +0200 Subject: [PATCH] title/spaces --- sh/tmux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 761b90e..1fdc6ae 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -84,11 +84,11 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ #(sh -c \". ${script}; rwx_tmux_server\")\ - → \ + → \ #{session_name}\ - → \ + → \ #{window_name} (#{window_index}∕#{session_windows})\ - → \ + → \ #{pane_current_command} (#{pane_index}∕#{window_panes})\ '