Add org-global-cycle binding

This commit is contained in:
contrapunctus 2022-01-27 23:26:03 +05:30
parent 05ea748538
commit f9ae684967
1 changed files with 1 additions and 0 deletions

View File

@ -828,6 +828,7 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
;; folding
("k" outline-show-branches "branches")
("<tab>" org-cycle "cycle")
("<C-tab>" org-global-cycle "global cycle")
;; modification
("C" org-metaup "drag backward")
("R" org-metadown "drag forward")