diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5b4b7e8..b335609 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -2,6 +2,10 @@ unbind C-b set -g prefix C-x bind C-x send-prefix +set -g renumber-window on +set -g base-index 1 +setw -g pane-base-index 1 +bind c new-window -c "#{pane_current_path}" # List of plugins set -g @plugin 'tmux-plugins/tpm'