Update main.py

This commit is contained in:
bilbofroggins 2025-04-05 19:21:38 -04:00 committed by GitHub
parent 55ac94e834
commit fd14e103ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -196,10 +196,23 @@ map('Scroll to next page',
map('Scroll to next page',
'scroll_page_down space scroll_to next-page',
)
map('Scroll to next page',
'scroll_page_down ctrl+f scroll_to next-page',
)
map('Scroll to previous page',
'scroll_page_up page_up scroll_to prev-page',
)
map('Scroll to previous page',
'scroll_page_up ctrl+b scroll_to prev-page',
)
map('Scroll down half page',
'scroll_half_page_down ctrl+d scroll_to next-half-page',
)
map('Scroll up half page',
'scroll_half_page_up ctrl+u scroll_to prev-half-page',
)
map('Scroll to next change',
'next_change n scroll_to next-change',