diff options
author | Tharre <tharre3@gmail.com> | 2018-05-09 03:07:54 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-09 17:28:39 +0200 |
commit | c9d6df5d6652e24a07d3a5fac558e6f746b1363f (patch) | |
tree | b65baccf714fdb75c86c2178b930242f6ad4583b /.tmux.conf | |
parent | d757e66520561291699580606e809f8442c7e6aa (diff) | |
download | dotfiles-c9d6df5d6652e24a07d3a5fac558e6f746b1363f.tar.gz dotfiles-c9d6df5d6652e24a07d3a5fac558e6f746b1363f.tar.xz dotfiles-c9d6df5d6652e24a07d3a5fac558e6f746b1363f.zip |
tmux: set terminal title to window title
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ set -g base-index 1 # start window numbering with 1 set-option -g history-limit 10000 set-option -g allow-rename on +set-option -g set-titles on +set-option -g set-titles-string "#W" bind-key r source-file ~/.tmux.conf \; display "Config reloaded!" |