From 280d5b4e3694c9b6040d5865b41f35ba9ed5574a Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 8 Mar 2021 21:18:33 -0500 Subject: renumber windows in tmux --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index d799427..c06954c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -31,6 +31,8 @@ setw -g aggressive-resize on set -g mode-keys emacs set -g status-keys emacs +set -g renumber-windows on + # active window colour in status # set -g window-status-current-bg white # set -g window-status-current-fg magenta -- cgit v1.2.3