From ed7956fe0b83f2e3585cc3db9767e19c32eaea1c Mon Sep 17 00:00:00 2001 From: rolandtjr <61219156+rolandtjr@users.noreply.github.com> Date: Wed, 10 Mar 2021 01:09:49 -0500 Subject: [PATCH] Added mouse scrolling --- .tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index f087dad..ebbb653 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,8 +9,10 @@ bind-key C-a send-prefix # don't rename windows automatically set-option -g allow-rename off -# smart pane switching with awareness of vim splits +# add mouse scrolling +set -g mouse on +# smart pane switching with awareness of vim splits bind h select-pane -L bind j select-pane -D bind k select-pane -U