Skip to content

Instantly share code, notes, and snippets.

@jdivock
Last active August 29, 2015 14:22
Show Gist options
  • Save jdivock/58deb3d98545dfe655e8 to your computer and use it in GitHub Desktop.
Save jdivock/58deb3d98545dfe655e8 to your computer and use it in GitHub Desktop.
test.org

evil-org-mode

Supplemental evil-mode key-bindings to Emacs org-mode. This is a work in progress, expect improvements and don’t be afraid to contribute patches.

Requirements

  • org-mode, git://repo.or.cz/org-mode.git
  • evil-mode, git://gitorious.org/evil/evil.git
  • evil-leader, git://github.com/cofi/evil-leader.git

Installation

mkdir -p ~/.emacs.d/plugins; git clone git://github.com/edwtjo/evil-org-mode.git ~/.emacs.d/plugins/evil-org-mode

emacs.el

(add-to-list 'load-path "~/.emacs.d/plugins/evil-org-mode")
(require 'evil-org)

Keys

Here are the keys introduced by evil-org

ghoutline-up-heading
gjorg-forward-heading-same-level
gkorg-backward-heading-same-level
gloutline-next-visible-heading
torg-todo
Torg-insert-todo-heading nil
Horg-beginning-of-line
Lorg-end-of-line
oalways-insert-item
Oorg-insert-heading
’$’org-end-of-line
’^’org-beginning-of-line
<org-metaleft
>org-metaright
<leader>aorg-agenda
<leader>oevil-org-recompute-clocks
TABorg-cycle
M-lorg-metaright
M-horg-metaleft
M-korg-metaup
M-jorg-metadown
M-Lorg-shiftmetaright
M-Horg-shiftmetaleft
M-Korg-shiftmetaup
M-Jorg-shiftmetadown
M-oorg-insert-heading+org-metaright
M-torg-insert-todo-heading nil+ org-metaright

License

Gnu General Public License v3.0, http://www.gnu.org/copyleft/gpl.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment