Change window creation shortcut in tmux

This commit is contained in:
Tanguy Herbron 2021-04-26 17:30:58 +02:00
parent 2c3c58d1fe
commit e5c42215e1

View File

@ -70,7 +70,7 @@ unbind m
unbind M
# Create window and prompt for name
bind-key C command-prompt -p "Name of new window: " "new-window -n '%%'"
bind-key W command-prompt -p "Name of new window: " "new-window -n '%%'"
bind-key S command-prompt -p "Name of new session: " "new-session -s '%%'"