From 105e1e0979f8dc914119f7db9cc05ee3998ff9fa Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 2 May 2016 18:29:32 +0200 Subject: [PATCH] Since 2.2 UTF-8 detection how happens automatically if the client supports it --- tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tmux.conf b/tmux.conf index dbe686b..b7f29f1 100644 --- a/tmux.conf +++ b/tmux.conf @@ -35,10 +35,6 @@ white="#efefef" ### global settings {{{ -#### UTF-8 ------------------------------------------------------------- -set-option -g status-utf8 on -set-window-option -g utf8 on - set -g default-terminal "screen-256color" ### }}}