summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-11 21:04:30 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-03-11 21:04:30 +0900
commit01609e6b7645c4ea51a144934ea52bc107adee1f (patch)
tree44eeed57d8d5c81ed882480012ff39d45f49e2cc /.tmux.conf
parentb9e1b2cd34ec484469832fae9e7ec0201d34f361 (diff)
downloaddotfiles-01609e6b7645c4ea51a144934ea52bc107adee1f.tar.gz
fix urxvttmux title behaviour
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 9f791214..e630bbbf 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -13,7 +13,8 @@ set-window-option -g utf8 on
set -g history-limit 10000
set -sg escape-time 1
set -g set-titles on
-set -g set-titles-string "tmux #I:#W"
+# set -g set-titles-string "tmux #I:#W"
+set -g set-titles-string "#(whoami)@#h"
setw -g mode-keys vi
set -g status-keys vi
set-window-option -g xterm-keys on