diff --git a/content/vimperator.js b/content/vimperator.js index 61cf2146..83b3ec7d 100644 --- a/content/vimperator.js +++ b/content/vimperator.js @@ -220,7 +220,7 @@ liberator.config = { //{{{ liberator.mappings.add([liberator.modes.NORMAL], [""], "Redraw the screen", - function () { liberator.commands.redraw(); }); + function () { liberator.commands.get("redraw").execute(); }); /////////////////////////////////////////////////////////////////////////////}}} ////////////////////// COMMANDS ////////////////////////////////////////////////