From 28d1196cd4f9258d2552ac6e06a2b6611f8c7efb Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 21 Jun 2015 04:02:12 +0900 Subject: [PATCH] tmux.conf: Set renumber-windows off --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 91399ec..e030056 100644 --- a/tmux.conf +++ b/tmux.conf @@ -24,7 +24,7 @@ bind C-o command-prompt -p "session name to switch to:" \ set -g base-index 1 set -g pane-base-index 1 -set -g renumber-windows on +set -g renumber-windows off setw -g mode-keys vi setw -g mode-mouse off #set -g default-command /bin/bash