mirror of https://github.com/nirenjan/dotfiles.git
Add xterm title support to tmux config
parent
2407365328
commit
aec82d71f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue