mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tweak(org): fold all sections on zm in org-roam buffer
This commit is contained in:
@ -190,6 +190,7 @@ sections seems to ignore the detachment."
|
|||||||
:nv "zC" #'magit-section-hide-children
|
:nv "zC" #'magit-section-hide-children
|
||||||
:nv "zo" #'magit-section-show
|
:nv "zo" #'magit-section-show
|
||||||
:nv "zO" #'magit-section-show-children
|
:nv "zO" #'magit-section-show-children
|
||||||
|
:nv "zm" #'magit-section-show-level-2-all
|
||||||
:nv "zr" #'magit-section-show-level-4-all
|
:nv "zr" #'magit-section-show-level-4-all
|
||||||
:nv "C-j" #'magit-section-forward
|
:nv "C-j" #'magit-section-forward
|
||||||
:nv "C-k" #'magit-section-backward
|
:nv "C-k" #'magit-section-backward
|
||||||
|
Reference in New Issue
Block a user