mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:28:01 +01:00
fixed ctrl-l
This commit is contained in:
@@ -220,7 +220,7 @@ liberator.config = { //{{{
|
|||||||
|
|
||||||
liberator.mappings.add([liberator.modes.NORMAL], ["<C-l>"],
|
liberator.mappings.add([liberator.modes.NORMAL], ["<C-l>"],
|
||||||
"Redraw the screen",
|
"Redraw the screen",
|
||||||
function () { liberator.commands.redraw(); });
|
function () { liberator.commands.get("redraw").execute(); });
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////}}}
|
/////////////////////////////////////////////////////////////////////////////}}}
|
||||||
////////////////////// COMMANDS ////////////////////////////////////////////////
|
////////////////////// COMMANDS ////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user