diff --git a/term/tmux/tmux.conf b/term/tmux/tmux.conf index abab3d2..f94929a 100644 --- a/term/tmux/tmux.conf +++ b/term/tmux/tmux.conf @@ -12,6 +12,7 @@ set-option -g renumber-windows on bind s split-window -c "#{pane_current_path}" bind v split-window -h -c "#{pane_current_path}" +bind c new-window -c "#{pane_current_path}" set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible'