fix: shortcut docs add :editor/paste-text-in-one-block-at-point (#2351)

This commit is contained in:
icremcr
2021-07-01 20:32:30 +08:00
committed by GitHub
parent 6693068a04
commit 12249bf001

View File

@@ -151,7 +151,7 @@
{:desc "Replace block reference with its content at point"
:binding "mod+shift+r"
:fn editor-handler/replace-block-reference-with-content-at-point}
:editor-handler/paste-text-in-one-block-at-point
:editor/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}}
@@ -380,7 +380,8 @@
:editor/backward-word
:editor/forward-kill-word
:editor/backward-kill-word
:editor/replace-block-reference-at-point]
:editor/replace-block-reference-at-point
:editor/paste-text-in-one-block-at-point]
:shortcut.category/block-selection
^{:doc "Block selection (press Esc to quit selection)"}