mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 23:25:46 +01:00
Fix some bugs.
This commit is contained in:
@@ -127,7 +127,7 @@ const Browser = Module("browser", {
|
||||
"Go to the root of the website",
|
||||
function () { Browser.climbUrlPath(-1); });
|
||||
|
||||
mappings.add([modes.NORMAL], ["<C-l>"],
|
||||
mappings.add(modes.all, ["<C-l>"],
|
||||
"Redraw the screen",
|
||||
function () { ex.redraw(); });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user