[org] make metaup/metadown bindings Boon-like

This commit is contained in:
contrapunctus 2021-02-20 11:32:25 +05:30
parent 0a3472c885
commit 05611814d2
1 changed files with 2 additions and 2 deletions

View File

@ -1244,8 +1244,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
(general-def "<f5> o" 'org-mode)
(general-def org-mode-map
"C-," 'nil
"M-n" 'org-metadown
"M-p" 'org-metaup
"M-r" 'org-metadown
"M-c" 'org-metaup
"C-c C--" 'org-ctrl-c-minus
"C-c C-," 'org-metaleft
"C-c C-." 'org-metaright