mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-08 05:35:46 +01:00
allow the Ctrl-U/Ctrl-D scroll count to be >= 1
This commit is contained in:
@@ -679,7 +679,7 @@ function Mappings() //{{{
|
|||||||
{
|
{
|
||||||
var lines;
|
var lines;
|
||||||
|
|
||||||
if (count > 1)
|
if (count > 0)
|
||||||
vimperator.options["scroll"] = count;
|
vimperator.options["scroll"] = count;
|
||||||
|
|
||||||
if (vimperator.options["scroll"] == 0) // the default value of half a page
|
if (vimperator.options["scroll"] == 0) // the default value of half a page
|
||||||
|
|||||||
Reference in New Issue
Block a user