From 5f10f8617c2cfab141764fcb6fcd5285d2b0f4be Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 15:49:40 +0100 Subject: [PATCH] tmux/command --- sh/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 90dfbc0..61d2051 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -21,7 +21,7 @@ bind-key -n M-Up switch-client -p # empty name for windows set-option -g automatic-rename on -set-option -g automatic-rename-format '' +set-option -g automatic-rename-format '#{pane_current_command}' # extend history limit set-option -g history-limit 1048576 # enable mouse actions