More non-cursor-key bindings for org mode

This commit is contained in:
Adam Goldsmith 2018-10-04 14:56:23 -04:00
parent 0c3e1c872f
commit 075a076dea
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@
:bind (:map org-mode-map (("C-z" . org-latex-export-to-pdf-no-kr)
("M-[" . org-metaleft)
("M-]" . org-metaright)
("C-M-[" . org-shiftmetaleft)
("C-M-]" . org-shiftmetaright)
("M-P" . org-metaup)
("M-N" . org-metadown))
:map org-src-mode-map ("C-z" . org-src-export-to-pdf))