aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-24 09:07:38 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-24 09:07:38 +1300
commit6c515376e6f6ef80b40672374cb5830f7b63904b (patch)
tree7dfd02c3a1a5214f542249bc137454df091c3d9c /tmux/tmux.conf
parentWhoops, doubleup on term stanzas. (diff)
downloaddotfiles-6c515376e6f6ef80b40672374cb5830f7b63904b.tar.gz
dotfiles-6c515376e6f6ef80b40672374cb5830f7b63904b.zip
Apparently this fixes a freezing bug in tmux.
And I'm suffering one, so it's worth a shot ...
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 0d624b1f..00a727a5 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -85,3 +85,6 @@ set-window-option -g window-status-current-format "#[fg=colour231]#I #W "
set -g status-left '[#S]'
set -g status-right '[#H] #(date +"%F %T")'
+# Fix freezing issue.
+set -g set-titles off
+