diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 7d862ec..c6d5dad 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,7 @@ -# Start windows and panes at 1, not 0 -set -g base-index 1 +# Start windows at 0 and panes at 1 +# This is done because, I run a few items that "log" to the console on headless +# machines, so having those run on window 0 gives me a total of 10 panes, 9 usable +set -g base-index 0 setw -g pane-base-index 1 # for Neovim, idk why