From 3bd7a001666133e7e858441049d29da51f1d0c14 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 10 Aug 2014 17:44:10 +0300 Subject: [PATCH] tmux.conf: use UTF-8 --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index a80255be..56ac094b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,7 @@ +# Use UTF-8 (Copied from https://github.com/zanshin/dotfiles/blob/master/tmux/tmux.conf#L1 ) +set -g utf8 +set-window-option -g utf8 on + # Sets screen shortcuts (Copied from tmux faq) set -g prefix C-a unbind C-b