diff --git a/.tmux.conf b/.tmux.conf index 1f275b1..b06ee19 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -69,8 +69,11 @@ bind l select-pane -R 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 S command-prompt -p "Name of new session: " "new-session -s '%%'" + # reload config bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."