From 63f1f9ed7b5e12a5a6451ee7c50f1bd9ffe6c27b Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 20 Sep 2021 11:40:07 +0900 Subject: [PATCH] Update tmux.conf --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 8bb7996..c5ad78d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -23,11 +23,12 @@ bind w choose-tree -GZ set -g base-index 1 set -g pane-base-index 1 -set -g renumber-windows off +set -g renumber-windows on set -g history-limit 10000 setw -g mode-keys vi #setw -g mode-mouse off #set -g default-command /bin/bash +# Use C-z x to kill window set -g default-command "while true; do /bin/bash -l; done" # Use pasteboard on MacOS