aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-22 16:15:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-22 16:15:21 +1200
commit8326b661f9a6f198973e1c9c99daf24cd71face2 (patch)
tree177f0ebb239bd5a62df93de9b44579cad81d90d0 /tmux/tmux.conf
parentMissed an indent fix (diff)
downloaddotfiles-8326b661f9a6f198973e1c9c99daf24cd71face2.tar.gz
dotfiles-8326b661f9a6f198973e1c9c99daf24cd71face2.zip
Don't allow terminal sequences to change title
A colleague has set up some users to which we both sudo(8) to do this, and it's annoying me that it keeps changing my window titles
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 15841f9e..dea865d7 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -61,6 +61,7 @@ set-option -g escape-time 0
set-option -g history-limit 100000
set-option -g set-clipboard off
set-window-option -g aggressive-resize on
+set-window-option -g allow-rename off
set-window-option -g automatic-rename on
set-window-option -g mode-keys vi