From 634c2bc9c89c656e2ad6881b56c356d633f7d783 Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" Date: Thu, 3 Nov 2022 17:03:40 -0700 Subject: [PATCH] enable mouse scroll --- .tmux.conf.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index 7fc8a09..b1eeb2d 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -14,6 +14,8 @@ # then uncomment the following line to make Meta + arrow keys mapping work #set -ga terminal-overrides "*:kUP3=\e[1;9A,*:kDN3=\e[1;9B,*:kRIT3=\e[1;9C,*:kLFT3=\e[1;9D" +set -g mouse on + # -- windows & pane creation ---------------------------------------------------