summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-05-09 02:59:36 +0200
committerTharre <tharre3@gmail.com>2018-05-09 17:28:39 +0200
commitd757e66520561291699580606e809f8442c7e6aa (patch)
tree52a16e1c905196ac9aed5a27a3f5b73f5e54c9e6
parent321d9a8247d50cd634615ffed707aed3f4376108 (diff)
downloaddotfiles-d757e66520561291699580606e809f8442c7e6aa.tar.gz
dotfiles-d757e66520561291699580606e809f8442c7e6aa.tar.xz
dotfiles-d757e66520561291699580606e809f8442c7e6aa.zip
tmux: set `allow-rename` switch to pre-2.7 default
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 6a08600..a2bc99b 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -8,6 +8,7 @@ set -g default-terminal "screen-256color"
set -g base-index 1 # start window numbering with 1
set-option -g history-limit 10000
+set-option -g allow-rename on
bind-key r source-file ~/.tmux.conf \; display "Config reloaded!"