tmux: fix rename-window shortcut

master
bretello 2024-01-11 13:10:52 +01:00
parent 3955481e32
commit 94ed0a6ea8
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 1 deletions

View File

@ -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