feature: new keybinding for "toggle expand/collapse this block"

Fixes issue https://github.com/logseq/logseq/issues/9676
Binds to mod + ; by default.
This commit is contained in:
Topher Hunt
2024-02-06 10:36:48 +01:00
committed by Andelf
parent ebb6d86dd5
commit 2bbd1bfc53
3 changed files with 43 additions and 0 deletions

View File

@@ -742,6 +742,7 @@
:editor/delete-selection "Delete selected blocks"
:editor/expand-block-children "Expand"
:editor/collapse-block-children "Collapse"
:editor/toggle-block-children "Toggle expand/collapse"
:editor/indent "Indent block"
:editor/outdent "Outdent block"
:editor/copy "Copy (copies either selection, or block reference)"