diff --git a/tmux.conf b/tmux.conf index 41a9a3f..0d64341 100644 --- a/tmux.conf +++ b/tmux.conf @@ -33,6 +33,8 @@ bind -n M-k previous-window bind -n M-` last-window bind -n S-Pageup copy-mode -u setw -g mode-keys "vi" +set -g set-titles "on" +set -g set-titles-string "#h" set -g base-index "1" set -g escape-time "0" set -g history-limit "10000"