Add org-shift{left,right} bindings for arrow-less operation

This commit is contained in:
Adam Goldsmith 2020-02-29 15:43:58 -05:00
parent e93bb15974
commit 0603a9cc86
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@
:bind (:map org-mode-map (("C-z" . org-latex-export-to-pdf-no-kr)
("M-[" . org-metaleft)
("M-]" . org-metaright)
("C-{" . org-shiftleft)
("C-}" . org-shiftright)
("C-M-[" . org-shiftmetaleft)
("C-M-]" . org-shiftmetaright)
("M-P" . org-metaup)