summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-08-17 17:41:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-08-17 17:41:17 -0700
commit77998c8742717fa229f732da9f762abdb8f26b7f (patch)
tree3bf1380e8bc43da27788fa56c51ae1cd6c0fa4b7 /.tmux.conf
parentd832edf204c3b4577ada13ab8fcd8fcc6060eda1 (diff)
downloaddotfiles-77998c8742717fa229f732da9f762abdb8f26b7f.tar.gz
drop tmux utf8 options: apparently unneeded in recent tmux
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 54e455ab..877f5665 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -8,8 +8,6 @@ new-session
set -g base-index 1
set -g pane-base-index 1
-set -g utf8
-set-window-option -g utf8 on
set -g history-limit 10000
set -sg escape-time 1
set -g set-titles on
@@ -22,7 +20,6 @@ set -g default-terminal "screen-256color"
# --- status bar
-set -g status-utf8 on
set -g status-justify centre
setw -g monitor-activity on
set -g visual-activity on