1
0

Add a quick "Navigate: Home" command with Alt-h keyboard shortcut

This commit is contained in:
Zef Hemel
2022-07-04 11:52:09 +02:00
parent 5c6a49d62a
commit 21836ca073
3 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export class CommandHook
this.editorCommands.set(cmd.name, {
command: cmd,
run: () => {
return plug.invoke(name, []);
return plug.invoke(name, [cmd]);
},
});
}