Revert base index to 0 for windows/panes on .tmux.conf

This commit is contained in:
2019-10-07 11:01:32 -05:00
parent 58591dc875
commit 67f6963c8e

View File

@ -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