Add a quick "Navigate: Home" command with Alt-h keyboard shortcut
This commit is contained in:
@@ -44,7 +44,7 @@ export class CommandHook
|
||||
this.editorCommands.set(cmd.name, {
|
||||
command: cmd,
|
||||
run: () => {
|
||||
return plug.invoke(name, []);
|
||||
return plug.invoke(name, [cmd]);
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user