aboutsummaryrefslogtreecommitdiffstats
path: root/_tmux.conf
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-09-03 20:03:11 +0800
committerAaron LI <aly@aaronly.me>2017-09-03 20:03:11 +0800
commitfeb12c566ff25b45815dbcabb643accb261874c6 (patch)
tree76ba4df6f58dc44d1a30ae1cefc5ebccb619753d /_tmux.conf
parent011cbb077df66dc9a39dbcce3c0826ff373a4da4 (diff)
downloaddotfiles-feb12c566ff25b45815dbcabb643accb261874c6.tar.bz2
tmux.conf: Fix utf8 options
Diffstat (limited to '_tmux.conf')
-rw-r--r--_tmux.conf4
1 files changed, 0 insertions, 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