Add xterm title support to tmux config

vimbundler
nirenjan 2013-01-21 14:27:45 -08:00
parent 2407365328
commit aec82d71f9
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ set-option -g display-time 1500
set-option -g base-index 1
set-option -g pane-base-index 1
# Make tmux set the parent xterm title
set-option -g set-titles on
set-option -g set-titles-string "(#H) [#S:#I.#P] #W"
# Configure the tmux colours
# Based on Solarized [altercation/solarized] on GitHub
TMUX_STATUS_BG=brightblack