diff kitten: Add keybindings to scroll by a page

This commit is contained in:
Kovid Goyal
2018-05-24 15:17:03 +05:30
parent 219d3161d9
commit a33ebce3c9
5 changed files with 13 additions and 3 deletions

View File

@@ -47,6 +47,9 @@ map down scroll_by 1
map up scroll_by -1
map home scroll_to start
map end scroll_to end
map page_down scroll_to next-page
map page_up scroll_to prev-page
map space scroll_to next-page
map n scroll_to next-change
map p scroll_to prev-change
map a change_context all