feat: add paste-text-in-one-block-at-point (mod+shift+v)

This commit is contained in:
rcmerci
2021-06-24 17:48:51 +08:00
committed by Tienson Qin
parent cdb289dc50
commit 5a4aef6456
2 changed files with 14 additions and 1 deletions

View File

@@ -150,7 +150,11 @@
:editor/replace-block-reference-at-point
{:desc "Replace block reference with its content at point"
:binding "mod+shift+r"
:fn editor-handler/replace-block-reference-with-content-at-point}}
:fn editor-handler/replace-block-reference-with-content-at-point}
:editor-handler/paste-text-in-one-block-at-point
{:desc "Paste text into one block at point"
:binding "mod+shift+v"
:fn editor-handler/paste-text-in-one-block-at-point}}
:shortcut.handler/editor-global
^{:before m/enable-when-not-component-editing!}