mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
Document mod-c/copy current block ref
This is not documented in the default key descriptions: When in edit mode but no text selected, copy current block ref (/src/main/frontend/handler/editor.cljs)
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
:binding "shift+tab"
|
||||
:fn (editor-handler/keydown-tab-handler :left)}
|
||||
:editor/copy
|
||||
{:desc "Copy"
|
||||
{:desc "Copy (copies either selection, or block reference)"
|
||||
:binding "mod+c"
|
||||
:fn editor-handler/shortcut-copy}
|
||||
:editor/cut
|
||||
|
||||
Reference in New Issue
Block a user