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

pull/2337/head
icremcr 2021-07-01 20:32:30 +08:00 committed by GitHub
parent 6693068a04
commit 12249bf001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

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)"}