tmux: add rename-window keybinding

pull/6/head
bretello 2022-01-06 15:57:08 +01:00
parent 95e0d56ea7
commit 4bf6198638
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 2 additions and 0 deletions

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 \"%%\""