From 6d7cbff74daa0a7706b43cfebaf4eab0319b1956 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 31 May 2016 12:12:20 -0400 Subject: tmux no longer has a utf8 option it just figures it out from TERM --- tmux.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 32021cb..90370db 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,10 +20,6 @@ set -g renumber-windows on setw -g mode-keys vi set -g status-keys vi -# use utf8 -setw -g utf8 on -set -g status-utf8 on - # colors setw -g mode-bg cyan set -g status-bg blue -- cgit v1.2.3-54-g00ecf