From fc2427a0523a27eb31ca2d2ff7f32da82bb31734 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 2 Sep 2019 12:25:54 +0300 Subject: [PATCH] Very useful renumber-windows tmux options --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1869462..00387b3 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,6 +4,7 @@ set-option -g default-terminal "screen-256color" set-option -g escape-time 1 set-option -g repeat-time 0 set-option -g history-limit 20000 +set-option -g renumber-windows on set-option -g prefix C-a unbind-key C-b -- 2.44.0