From 67f6963c8e7aa17d0fa6dd0cb663b9e2d2b44b30 Mon Sep 17 00:00:00 2001 From: strog Date: Mon, 7 Oct 2019 11:01:32 -0500 Subject: [PATCH] Revert base index to 0 for windows/panes on .tmux.conf --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 6d46f09..536fa62 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