Skip to content

Commit

Permalink
Merge pull request #150 from sachaos/support-page-down-up
Browse files Browse the repository at this point in the history
Support pagedown and pageup
  • Loading branch information
sachaos authored Sep 3, 2024
2 parents 796077b + 9048a7b commit 0dfdc57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"<Ctrl-d>": "ResultHalfPageDown",
"<Ctrl-u>": "ResultHalfPageUp",
"<g><g>": "TopOfPage",
"<home>": "TopOfPage",
"<end>": "BottomOfPage",
"<pagedown>": "ResultPageDown",
"<pageup>": "ResultPageUp",
"<Shift-g>": "BottomOfPage",
"<Shift-f>": "GoToMoreFuture",
"<Shift-b>": "GoToMorePast",
Expand Down

0 comments on commit 0dfdc57

Please sign in to comment.