From f05e5d69b61a275ebc0beb90f9ab2da0ab4fecb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Mon, 8 Jul 2013 16:15:51 +0200 Subject: [PATCH] added autotitles to tmux --- tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index e9b1aae..3aab750 100644 --- a/tmux.conf +++ b/tmux.conf @@ -76,6 +76,6 @@ set-window-option -g window-status-current-bg green set-window-option -g clock-mode-colour cyan set-window-option -g clock-mode-style 24 -# copy and paste -bind C-p run "tmux set-buffer \"$(xclip -o)\"; tmux paste-buffer" -bind C-y run "tmux show-buffer | xclip -i" +# titles +set -g set-titles on +set -g set-titles-string "#T"