mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 22:37:58 +01:00
Implement (with an e) an experimental ‘ex’ namespace.
This commit is contained in:
@@ -133,7 +133,7 @@ const Browser = Module("browser", {
|
||||
|
||||
mappings.add([modes.NORMAL], ["<C-l>"],
|
||||
"Redraw the screen",
|
||||
function () { commands.get("redraw").action(); });
|
||||
function () { ex.redraw(); });
|
||||
},
|
||||
|
||||
commands: function () {
|
||||
|
||||
Reference in New Issue
Block a user