diff --git a/.config/tmux/conf/binds.conf b/.config/tmux/conf/binds.conf index 916a2a5b..1cdc7b3e 100644 --- a/.config/tmux/conf/binds.conf +++ b/.config/tmux/conf/binds.conf @@ -4,7 +4,7 @@ set -g prefix M-Space bind Space send-prefix # Config reload -bind-key R source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded" +bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded" # Vim mode setw -g mode-keys vi @@ -17,6 +17,7 @@ bind - split-window -vc "#{pane_current_path}" # Maintain the same path when creating a new window bind c new-window -c "#{pane_current_path}" +bind-key C command-prompt -p "Name of new window: " "new-window -c '#{pane_current_path}' -n '%%'" # Move to the next and prev window bind ] next-window