mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 03:07:58 +01:00
add "f" as a page-down key mapping in the more-prompt pager
This commit is contained in:
@@ -679,6 +679,13 @@ function CommandLine() //{{{
|
||||
; // fall through
|
||||
|
||||
// page down
|
||||
case "f":
|
||||
if (vimperator.options["more"] && isScrollable())
|
||||
win.scrollByPages(1);
|
||||
else
|
||||
pass(event);
|
||||
break;
|
||||
|
||||
case "<Space>":
|
||||
case "<PageDown>":
|
||||
if (vimperator.options["more"] && isScrollable() && !atEnd())
|
||||
|
||||
Reference in New Issue
Block a user