tmux.conf: set terminal titles

This commit is contained in:
Aminda Suomalainen 2015-09-10 18:48:36 +03:00
parent 18fff3fbf7
commit fccaa217f1
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ bind-key 0 select-window -t :10
# to.
set -g default-terminal "screen-256color"
# Terminal emulator window titles
set -g set-titles on
# Set window title to "current window name — hostname"
set -g set-titles-string "#W — #H"
# Start non-login shell
set -g default-command "${SHELL}"