diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.tmux.conf b/home/.tmux.conf index 3641cd5..4f4d12b 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -17,6 +17,9 @@ set-option -g repeat-time 400 set-option -g history-limit 65536 set-option -g default-terminal screen-256color +# window titles +set-option -g set-titles on + # Set action on window bell. any means a bell in any window linked to a # session causes a bell in the current window of that session, none means # all bells are ignored and current means only bell in windows other than |
