summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc1
-rw-r--r--tmux.conf1
2 files changed, 2 insertions, 0 deletions
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