From cf370b012f73989b34798f2199efd6dd18252640 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Tue, 20 Mar 2018 14:33:54 +0100 Subject: tmux: show window titles --- home/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home') 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 -- cgit v1.2.3