mirror of
1
0
Fork 0

enable mouse scroll

This commit is contained in:
Chanwut (Mick) Kittivorawong 2022-11-03 17:03:40 -07:00
parent aa89e3320b
commit 634c2bc9c8
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
# 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 -g mouse on
# -- windows & pane creation ---------------------------------------------------