Remove outdated utf8 lines from tmux.

This commit is contained in:
David Tomaschik
2016-11-19 19:36:24 -08:00
parent 0b5ceae185
commit 68dcadd52b

View File

@@ -14,10 +14,6 @@ set -g history-limit 10000
set -g base-index 1 set -g base-index 1
set -g pane-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 # Terminal emulator window title
set -g set-titles on set -g set-titles on
set -g set-titles-string '#h:#S:#I.#P #W' set -g set-titles-string '#h:#S:#I.#P #W'