mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Update main.py
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user