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 --- bashrc | 1 + tmux.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/bashrc b/bashrc index b3bdf53..95f6a02 100644 --- a/bashrc +++ b/bashrc @@ -59,6 +59,7 @@ alias mv="mv -i" alias bc="bc -lq" alias ncmpc="ncmpc -c" alias truecrypt="sudo truecrypt -t" +alias tmux="tmux -u" # }}} # games {{{ alias nao="(TERM=rxvt telnet nethack.alt.org)" 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