edwtjo / evil-org-mode

Supplemental evil-mode keybindings to emacs org-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evil-org-mode

This repo isn’t receiving updates anymore, please refer to:

https://github.com/Somelauw/evil-org-mode

Instead.

Requirements

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-shiftleft
Jorg-shiftdown
Korg-shiftup
Lorg-shiftright
oalways-insert-item
Oorg-insert-heading
’$’org-end-of-line
’^’org-beginning-of-line
<org-metaleft
>org-metaright
<leader>aorg-agenda
<leader>torg-show-todo-tree
<leader>corg-archive-subtree
<leader>levil-org-open-links
<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

About

Supplemental evil-mode keybindings to emacs org-mode


Languages

Language:Emacs Lisp 100.0%