From 0a4f30a4f5568905f8b79e5d6bdf783ace89828f Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Wed, 13 Nov 2019 20:57:09 -0800 Subject: [PATCH] Terminal overrides for tmux --- user.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.tmux.conf b/user.tmux.conf index 4aca0ad..423fd03 100644 --- a/user.tmux.conf +++ b/user.tmux.conf @@ -7,6 +7,8 @@ unbind-key C-b bind-key C-a send-prefix + set -as terminal-overrides ",*:U8=0" + set -g mouse on bind r source-file ~/.tmux.conf set -g status-position top