aboutsummaryrefslogtreecommitdiffstats
path: root/_tmux.conf
diff options
context:
space:
mode:
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