aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-11-30 18:26:03 +0100
committerDavid Runge <david.runge@frqrec.com>2014-11-30 18:26:03 +0100
commit487e96c819ace99727ec6e4c1e1aa38e1650ba5e (patch)
tree8abe35f4796816f86a6018aa9032c01f9fa6c0f5 /.tmux.conf
parent9a6b87b3a4f2d2f73207d5c7529415a430113571 (diff)
downloaddotfiles-487e96c819ace99727ec6e4c1e1aa38e1650ba5e.tar.gz
dotfiles-487e96c819ace99727ec6e4c1e1aa38e1650ba5e.tar.bz2
dotfiles-487e96c819ace99727ec6e4c1e1aa38e1650ba5e.tar.xz
dotfiles-487e96c819ace99727ec6e4c1e1aa38e1650ba5e.zip
.tmux.conf: Setting allow rename to true
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
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