aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2024-10-23 23:09:05 +1300
committerTom Ryder <tom@sanctum.geek.nz>2024-10-23 23:09:05 +1300
commit1d62502fc8493a9cfd110231ff42df2db67682e3 (patch)
tree44787c02409d9374ea9239506121d34add97c90a /tmux
parentAdjust Markdown support files for Vim (diff)
downloaddotfiles-1d62502fc8493a9cfd110231ff42df2db67682e3.tar.gz
dotfiles-1d62502fc8493a9cfd110231ff42df2db67682e3.zip
Set window titles from Bash and tmux
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index ad420528..b0091fd5 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -72,6 +72,9 @@ set-option -g escape-time 0
# Don't interfere with my system clipboard
set-option -g set-clipboard off
+# Set window titles
+set-option -g set-titles on
+
# Only force individual windows to the smallest attached terminal size, not
# whole sessions
set-window-option -g aggressive-resize on