From 7dcd774b324c8d993dac62a0afc7d5d0aa2e7447 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 12 Apr 2017 15:15:52 +0200 Subject: [PATCH] Adapt tmux terminal title --- tmux/.config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index a9a9186..30cbdbc 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -12,6 +12,9 @@ set -g visual-bell on setw -g aggressive-resize on setw -g mode-keys vi +set -g set-titles on +set -g set-titles-string "#T" + # Additional keybinds bind R source ~/.config/tmux/tmux.conf