mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
feat: add paste-text-in-one-block-at-point (mod+shift+v)
This commit is contained in:
@@ -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!}
|
||||
|
||||
Reference in New Issue
Block a user