mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 06:24:11 +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;
|
||||
|
||||
if (count > 1)
|
||||
if (count > 0)
|
||||
vimperator.options["scroll"] = count;
|
||||
|
||||
if (vimperator.options["scroll"] == 0) // the default value of half a page
|
||||
|
||||
Reference in New Issue
Block a user