aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux/.tmux.conf')
-rw-r--r--tmux/.tmux/.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux/.tmux.conf b/tmux/.tmux/.tmux.conf
index 856665a..0400870 100644
--- a/tmux/.tmux/.tmux.conf
+++ b/tmux/.tmux/.tmux.conf
@@ -20,6 +20,9 @@ set -s focus-events on
set -g prefix2 C-a # GNU-Screen compatible prefix
bind C-a send-prefix -2
+
+set -g mouse on # Enabling mouse
+
set -q -g status-utf8 on # expect UTF-8 (tmux < 2.2)
setw -q -g utf8 on