From 970c2a648fa511fd53029a6b5301401dc713a18f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 1 Aug 2009 17:31:56 -0500 Subject: always want utf8 in tmux --- tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 5618c84..a075a3a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -16,6 +16,7 @@ set -g status-keys vi # use utf8 setw -g utf8 on +set -g status-utf8 on # colors setw -g mode-bg cyan -- cgit v1.2.3-54-g00ecf