diff options
| -rw-r--r-- | dotfiles/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index a47df0b..bf55482 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -77,7 +77,7 @@ set -g status-right-length 40 set -g window-status-format "#I:#W#F" set -g set-titles on -set -g set-titles-string "tmux: #{session_name} [#I]#{window_name} -- #T" +set -g set-titles-string "#{host} #{session_name} #{window_name}" # If you still want to select text out of the terminal as you normally would |
