From 5534ee67d15290efad52443105e249a1a523390a Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 15 Apr 2023 09:42:54 +0800 Subject: Make tmux renumber windows --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index b7961ec..f28b43e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -29,8 +29,10 @@ set -sg escape-time 0 set -g default-terminal "xterm-256color" bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced' + set -g mouse on set-option -g allow-rename off +set-option -g renumber-windows on # vim mode set-window-option -g mode-keys vi -- cgit v1.2.3