mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
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:
@@ -313,6 +313,9 @@
|
||||
:editor/collapse-block-children {:binding "mod+up"
|
||||
:fn editor-handler/collapse!}
|
||||
|
||||
:editor/toggle-block-children {:binding "mod+;"
|
||||
:fn editor-handler/toggle-collapse!}
|
||||
|
||||
:editor/indent {:binding "tab"
|
||||
:fn (editor-handler/keydown-tab-handler :right)}
|
||||
|
||||
@@ -667,6 +670,7 @@
|
||||
:editor/delete-selection
|
||||
:editor/expand-block-children
|
||||
:editor/collapse-block-children
|
||||
:editor/toggle-block-children
|
||||
:editor/indent
|
||||
:editor/outdent
|
||||
:editor/copy
|
||||
@@ -782,6 +786,7 @@
|
||||
:editor/right
|
||||
:editor/collapse-block-children
|
||||
:editor/expand-block-children
|
||||
:editor/toggle-block-children
|
||||
:editor/toggle-open-blocks
|
||||
:go/backward
|
||||
:go/forward
|
||||
|
||||
Reference in New Issue
Block a user