summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-08-03 18:09:11 -0500
committerJesse Luehrs <doy@tozt.net>2009-08-03 18:09:11 -0500
commit57438115fd94e61ec85e036c1be6463aa582bdb0 (patch)
tree7dc761f18cd731dcd5857ab1b67a6f7bbffa693d /tmux.conf
parent2390d574491c13168e57592321db9b569a317db2 (diff)
downloadconf-57438115fd94e61ec85e036c1be6463aa582bdb0.tar.gz
conf-57438115fd94e61ec85e036c1be6463aa582bdb0.zip
display the window title in tmux
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index a075a3a..fdfdb5e 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -10,6 +10,9 @@ set -g prefix ^A
# hide the statusbar by default
set -g status off
+# display window titles
+set -g set-titles on
+
# use vi keybindings
setw -g mode-keys vi
set -g status-keys vi