diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-25 22:52:20 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-25 22:52:20 +0200 |
commit | f2633b8d228ddc78a4996822770387ec34687f45 (patch) | |
tree | bebb40040c889a35649fcc459ccfa8e6c25264cc /config/common/tmux | |
parent | da3519041baaa3127559ba7420848808b3525772 (diff) |
[tmux] added format for window title string
Diffstat (limited to 'config/common/tmux')
-rwxr-xr-x | config/common/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 6bfa47e..80ab9ca 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -97,6 +97,7 @@ set -g status on #+ Status + #+--------+ #+--- Layout ---+ +set -g set-titles-string "[#S:#I] #T" set -g set-titles on set -g status-position top set -g window-status-current-style "underscore" |