tmux mouse scroll

This commit is contained in:
Djeeberjr 2022-01-20 01:21:30 +01:00
parent b31c377e8e
commit 19fd7d86e3

View File

@ -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-K resize-pane -U 5
bind-key -n M-L resize-pane -R 5 bind-key -n M-L resize-pane -R 5
# Enable mouse scroll
set -g mouse on