mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-14 06:22:35 +01:00
tmux.conf: set terminal titles
This commit is contained in:
parent
18fff3fbf7
commit
fccaa217f1
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user