1
0
Fork 0
mirror of synced 2024-05-28 21:01:09 -04:00

enable mouse scroll

This commit is contained in:
Chanwut (Mick) Kittivorawong 2022-11-03 17:03:40 -07:00
parent aa89e3320b
commit 634c2bc9c8

View file

@ -14,6 +14,8 @@
# then uncomment the following line to make Meta + arrow keys mapping work # 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 -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 --------------------------------------------------- # -- windows & pane creation ---------------------------------------------------