fix: use meta+! to run commands

This commit is contained in:
Tienson Qin
2021-08-26 00:22:49 +08:00
parent 3c4ad523a8
commit 10c25abc54
2 changed files with 5 additions and 2 deletions

View File

@@ -323,8 +323,8 @@
:shortcut.handler/global-non-editing-only
^{:before m/enable-when-not-editing-mode!}
{:command/run
{:desc "Run git/pandoc/others commands"
:binding "r"
{:desc "Run git/pandoc/others command"
:binding "mod+shift+1"
:fn #(state/pub-event! [:command/run])}
:ui/toggle-document-mode
{:desc "Toggle document mode"