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