From 487e96c819ace99727ec6e4c1e1aa38e1650ba5e Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 30 Nov 2014 18:26:03 +0100 Subject: .tmux.conf: Setting allow rename to true --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 586539c..98940f0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -33,6 +33,7 @@ bind-key L resize-pane -R # setting titles on set -g set-titles on set -g set-titles-string "#T" +set-option -g allow-rename on #set base-index 1 set -g history-limit 10000 -- cgit v1.2.3-54-g00ecf