From 19fd7d86e30ce228776f06db1b9eab8225c33908 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Thu, 20 Jan 2022 01:21:30 +0100 Subject: [PATCH] tmux mouse scroll --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 0f3d500..e2c9ab2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -57,4 +57,5 @@ bind-key -n M-J resize-pane -D 5 bind-key -n M-K resize-pane -U 5 bind-key -n M-L resize-pane -R 5 - +# Enable mouse scroll +set -g mouse on