Revert back to starting with 0 for windows/panes after resync

This commit is contained in:
2020-01-28 13:04:30 -06:00
parent 3d1bdcef7a
commit 5c812ad6f6

View File

@ -32,8 +32,8 @@ bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
# -- display ------------------------------------------------------------------- # -- display -------------------------------------------------------------------
set -g base-index 1 # start windows numbering at 1 #set -g base-index 1 # start windows numbering at 1
setw -g pane-base-index 1 # make pane numbering consistent with windows #setw -g pane-base-index 1 # make pane numbering consistent with windows
setw -g automatic-rename on # rename window to reflect current program setw -g automatic-rename on # rename window to reflect current program
set -g renumber-windows on # renumber windows when a window is closed set -g renumber-windows on # renumber windows when a window is closed