From 90a6127018ea875ace7bf94956e1d476d7a9ee11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edward=20Tj=C3=B6rnhammar?= Date: Sat, 27 Sep 2014 23:21:31 +0200 Subject: Update README key assignments --- README.org | 59 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git a/README.org b/README.org index 6e05a10..0c8dbe5 100644 --- a/README.org +++ b/README.org @@ -26,34 +26,37 @@ Supplemental evil-mode key-bindings to Emacs org-mode. This is a work in progres * 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-beginning-of-line | - | L | org-end-of-line | - | ;t | org-show-todo-tree | - | o | always-insert-item | - | O | org-insert-heading | - | '$' | org-end-of-line | - | '^' | org-beginning-of-line | - | < | org-metaleft | - | > | org-metaright | - | ;a | org-agenda | - |-----+--------------------------------------------| - | 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 | + | 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-beginning-of-line | + | L | org-end-of-line | + | 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 -- cgit v1.0