diff options
| author | Anton Bobov <abobov@gmail.com> | 2018-02-24 20:46:01 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2018-02-24 20:46:01 +0500 |
| commit | 5390764425aabce7241230757647f678a0c284e4 (patch) | |
| tree | e34c599f193945f1329dae2ecff17f854bb0234f /files | |
| parent | 61fbead287fdff7dd4289945bc6012963e63e6c1 (diff) | |
[tmux] Update title string.
Diffstat (limited to 'files')
| -rw-r--r-- | files/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.tmux.conf b/files/.tmux.conf index 7a96f54..1c0f72d 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -8,7 +8,7 @@ set -g base-index 1 setw -g pane-base-index 1 set -g set-titles on -set -g set-titles-string "#S / #W" +set -g set-titles-string "#W @ #H[#S]" # disable auto rename of windows |
