commit 7f20cb3a21be2f383f7fdae888d3f45d4156df8e parent 0492a2d088a32904ce13fe3a0c0ad58497f50503 Author: MichaĆ M. Sapka <michal@sapka.me> Date: Fri, 27 May 2022 11:01:51 +0200 force 1-indexed windows on tmux Diffstat:
A | tmux/tmux.conf | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/tmux/tmux.conf b/tmux/tmux.conf @@ -0,0 +1,4 @@ +# Start windows and panes at 1, not 0 +set -g base-index 1 +setw -g pane-base-index 1 +