1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

tmux: add rename-window keybinding

This commit is contained in:
bretello 2022-01-06 15:57:08 +01:00
parent 95e0d56ea7
commit 4bf6198638
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -100,3 +100,5 @@ bind-key S choose-window 'join-pane -v -s "%%"'
bind-key V choose-window 'join-pane -h -s "%%"'
bind-key W choose-window 'swap-window -t "%%"'
bind A command-prompt "rename-window \"%%\""