mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
tmux: fix rename-window shortcut
This commit is contained in:
parent
3955481e32
commit
94ed0a6ea8
|
@ -100,6 +100,6 @@ bind-key V choose-window 'join-pane -h -s "%%"'
|
||||||
|
|
||||||
bind-key W choose-window 'swap-window -t "%%"'
|
bind-key W choose-window 'swap-window -t "%%"'
|
||||||
|
|
||||||
bind A command-prompt "rename-window "%%""
|
bind A command-prompt "rename-window \"%%\""
|
||||||
|
|
||||||
bind C customize-mode
|
bind C customize-mode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user