aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2016-04-24 11:56:02 -0400
committerRyan Kavanagh <rak@debian.org>2016-04-24 11:56:02 -0400
commit2686d1dd5c052162c0e967c5cb37a70df19fc7f5 (patch)
treed2c9820e9a6d6a7dcc3742b2c474402a704fde76 /.tmux.conf
parentUpdate mutt accounts config (diff)
Drop mouse-utf8 & status-utf8 from .tmux.conf; automatically detected in tmux 2.2
Diffstat (limited to '')
-rw-r--r--.tmux.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 0e0d73e..2889621 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -13,7 +13,6 @@ bind t send-prefix
bind C-t send-prefix
# Enable the mouse
-set -g mouse-utf8 on
set -g mouse on
set -g set-titles on
@@ -41,7 +40,6 @@ set -g status-keys emacs
# Powerline:
set-option -g status on
set-option -g status-interval 2
-set-option -g status-utf8 on
set-option -g status-justify "centre"
set-option -g status-left-length 100
set-option -g status-right-length 100