From 5c812ad6f6b56e7cb97e9edd59229d097ed8bdb8 Mon Sep 17 00:00:00 2001 From: strog Date: Tue, 28 Jan 2020 13:04:30 -0600 Subject: [PATCH] Revert back to starting with 0 for windows/panes after resync --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index de35325..07a6eb8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -32,8 +32,8 @@ bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced' # -- display ------------------------------------------------------------------- -set -g base-index 1 # start windows numbering at 1 -setw -g pane-base-index 1 # make pane numbering consistent with windows +#set -g base-index 1 # start windows numbering at 1 +#setw -g pane-base-index 1 # make pane numbering consistent with windows setw -g automatic-rename on # rename window to reflect current program set -g renumber-windows on # renumber windows when a window is closed