From 94ed0a6ea8622516e80b6e0760b046829082b1ea Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 11 Jan 2024 13:10:52 +0100 Subject: [PATCH] tmux: fix rename-window shortcut --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index af3c136..f7a8f43 100644 --- a/tmux.conf +++ b/tmux.conf @@ -100,6 +100,6 @@ bind-key V choose-window 'join-pane -h -s "%%"' bind-key W choose-window 'swap-window -t "%%"' -bind A command-prompt "rename-window "%%"" +bind A command-prompt "rename-window \"%%\"" bind C customize-mode