From 8326b661f9a6f198973e1c9c99daf24cd71face2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 22 Jul 2013 16:15:21 +1200 Subject: 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 --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux') 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 -- cgit v1.2.3