From 659ae317769723a24448fc2c5ab15388fe9e075d Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Wed, 7 Oct 2020 18:24:46 +0300 Subject: [PATCH] [tmux] enable mouse in tmux --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index dadf25b..bd5be87 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1 +1,2 @@ set -g default-terminal "tmux-256color" +set -g mouse on