From feb12c566ff25b45815dbcabb643accb261874c6 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 3 Sep 2017 20:03:11 +0800 Subject: tmux.conf: Fix utf8 options --- _tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_tmux.conf b/_tmux.conf index a0709bb..f77ea08 100644 --- a/_tmux.conf +++ b/_tmux.conf @@ -57,10 +57,6 @@ setw -g mode-keys vi # Disable the delay between an escape key press and subsequent characcters set -sg escape-time 0 -# Enable UTF-8 -set -g status-utf8 on -setw -g utf8 on - # Increase the scrollback history limit set -g history-limit 1000 -- cgit v1.2.2