1
0
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:
Kris Maglione
2010-12-22 22:54:57 -05:00
parent f36bd842a3
commit 8d9c2cddc0
4 changed files with 6 additions and 2 deletions

View File

@@ -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(); });
},