From f9ae6849670160cb143a8534ae1ea51a57947948 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Thu, 27 Jan 2022 23:26:03 +0530 Subject: [PATCH] Add org-global-cycle binding --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 9011559..5ebc207 100644 --- a/init.org +++ b/init.org @@ -828,6 +828,7 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol ;; folding ("k" outline-show-branches "branches") ("" org-cycle "cycle") + ("" org-global-cycle "global cycle") ;; modification ("C" org-metaup "drag backward") ("R" org-metadown "drag forward")