From 68dcadd52b56d6c4a741a5f9abc01d91c4c3fbfb Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 19 Nov 2016 19:36:24 -0800 Subject: [PATCH] Remove outdated utf8 lines from tmux. --- dotfiles/tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 7da13ce..adafb95 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -14,10 +14,6 @@ set -g history-limit 10000 set -g base-index 1 set -g pane-base-index 1 -# Let us use utf-8 drawing characters to make tab-like window formats -setw -g utf8 on -set -g status-utf8 on - # Terminal emulator window title set -g set-titles on set -g set-titles-string '#h:#S:#I.#P #W'