enhance: search modal (similar as commands palette)

This commit is contained in:
Tienson Qin
2021-09-17 17:23:38 +08:00
parent 1cc6710acd
commit 1ea0d55280
7 changed files with 84 additions and 90 deletions

View File

@@ -251,12 +251,7 @@
:editor/redo
{:desc "Redo"
:binding ["shift+mod+z" "mod+y"]
:fn history/redo!}
;; FIXME
;; save in block editing only doesn't seems needed?
:editor/save
{:binding "mod+s"
:fn editor-handler/save!}}
:fn history/redo!}}
:shortcut.handler/global-prevent-default
^{:before m/prevent-default-behavior}