dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0d9e009e44205e171d0f92698e5687a9b3de0ce4
parent ef1cb8f54efbbe8c85bececc3c4280a8f10b00bb
Author: Anders Damsgaard Christensen <adc@cs.au.dk>
Date:   Tue,  4 Sep 2012 22:10:43 +0200

Added UTF-8 and auto window renaming

Diffstat:
M.tmux.conf | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -27,3 +27,7 @@ set -g pane-active-border-bg yellow set -g message-fg white set -g message-bg black set -g message-attr bright + +setw -g utf8 on +setw -g automatic-rename on +