Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edwtjo/evil-org-mode
Supplemental evil-mode keybindings to emacs org-mode
https://github.com/edwtjo/evil-org-mode
Last synced: about 1 month ago
JSON representation
Supplemental evil-mode keybindings to emacs org-mode
- Host: GitHub
- URL: https://github.com/edwtjo/evil-org-mode
- Owner: edwtjo
- Created: 2012-06-16T10:16:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T20:21:03.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T16:46:55.993Z (4 months ago)
- Language: Emacs Lisp
- Size: 20.5 KB
- Stars: 205
- Watchers: 15
- Forks: 37
- Open Issues: 10
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
- my-awesome-github-stars - edwtjo/evil-org-mode - Supplemental evil-mode keybindings to emacs org-mode (Emacs Lisp)
README
#+TITLE: evil-org-mode
This repo isn't receiving updates anymore, please refer to:
https://github.com/Somelauw/evil-org-mode
Instead.
* Requirements
- org-mode, git://orgmode.org/org-mode.git
- evil-mode, https://bitbucket.org/lyro/evil
- evil-leader, https://github.com/cofi/evil-leader.git* Installation
#+BEGIN_SRC sh
mkdir -p ~/.emacs.d/plugins; git clone git://github.com/edwtjo/evil-org-mode.git ~/.emacs.d/plugins/evil-org-mode
#+END_SRC** emacs.el
#+begin_src emacs-lisp
(add-to-list 'load-path "~/.emacs.d/plugins/evil-org-mode")
(require 'evil-org)
#+end_src* Keys
Here are the keys introduced by evil-org| gh | outline-up-heading |
| gj | org-forward-heading-same-level |
| gk | org-backward-heading-same-level |
| gl | outline-next-visible-heading |
| t | org-todo |
| T | org-insert-todo-heading nil |
| H | org-shiftleft |
| J | org-shiftdown |
| K | org-shiftup |
| L | org-shiftright |
| o | always-insert-item |
| O | org-insert-heading |
| '$' | org-end-of-line |
| '^' | org-beginning-of-line |
| < | org-metaleft |
| > | org-metaright |
| a | org-agenda |
| t | org-show-todo-tree |
| c | org-archive-subtree |
| l | evil-org-open-links |
| o | evil-org-recompute-clocks |
|-----------+--------------------------------------------|
| TAB | org-cycle |
| M-l | org-metaright |
| M-h | org-metaleft |
| M-k | org-metaup |
| M-j | org-metadown |
| M-L | org-shiftmetaright |
| M-H | org-shiftmetaleft |
| M-K | org-shiftmetaup |
| M-J | org-shiftmetadown |
| M-o | org-insert-heading+org-metaright |
| M-t | org-insert-todo-heading nil+ org-metaright |* License
Gnu General Public License v3.0, http://www.gnu.org/copyleft/gpl.html