diff options
| author | tslil clingman <tslil@posteo.net> | 2022-05-07 19:00:53 -0500 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.net> | 2022-05-07 19:00:53 -0500 |
| commit | 129f8b107d1db0fa710e2a744ffeb3f1220c25c7 (patch) | |
| tree | e9bb7778dd3ad0dfcff9b05415c2ec061c6d1df9 /.tmux.conf | |
| parent | 88dd596eee05c1b185c900b1932c3bffc7c75d3f (diff) | |
Allow tmux renaming
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ set -g default-terminal "tmux-256color" set -ga terminal-overrides ",foot:Tc" set -sg escape-time 25 +set -g allow-rename on set -g set-titles on set -g set-titles-string "#T" |
