From 1449549b6875b4de33af115f339162752a024f2c Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Mon, 15 Jul 2024 16:19:11 +0200 Subject: [PATCH] Update tmux config --- tmux/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) 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'