diff --git a/.tmux.conf b/.tmux.conf index b06ee19..9e07ae7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 '%%'"