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