summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSomelauw <Somelauw>2017-10-07 22:58:52 +0200
committerSomelauw <Somelauw>2017-10-07 22:58:52 +0200
commit4e9943680c9dbedfff2f325d79b723f76d3da42f (patch)
tree895bc3ca8cbf9220f7946af896eaa9d752790e45 /doc
parent52bbb105a6a7fa9ead68c56746740b4343ecd6e9 (diff)
Implement https://github.com/Somelauw/evil-org-mode/issues/22
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.org3
-rw-r--r--doc/keythemes.org37
2 files changed, 22 insertions, 18 deletions
diff --git a/doc/changelog.org b/doc/changelog.org
index a169996..8ecaee4 100644
--- a/doc/changelog.org
+++ b/doc/changelog.org
@@ -1,3 +1,6 @@
+* Version 1.0
+ - Make =dw= realign tags. Make =dd= renumber lists.
+
* Version 0.9
- Make =I= / =A= ignore ellipses on heading. Also make them respect =org-special-ctrl-a/e=.
- Make it possible for =<= and =>= (renamed to evil-org-</>) to move table columns.
diff --git a/doc/keythemes.org b/doc/keythemes.org
index bad9eb5..a2d2ea3 100644
--- a/doc/keythemes.org
+++ b/doc/keythemes.org
@@ -11,24 +11,25 @@
** Basic
These keys are always enabled
- |-------+-------------------------------+-----------------------------------------|
- | key | function | explanation |
- |-------+-------------------------------+-----------------------------------------|
- | =TAB= | org-cycle | change folding level of current heading |
- | =0= | evil-org-beginning-of-line | like 0 but can be special* |
- | =$= | evil-org-end-of-line | like $ but can be special* |
- | =I= | evil-org-insert-line | like I but can be special* |
- | =A= | evil-org-append-line | like A but can be special* |
- | =o= | evil-org-open-below | like o but continue tables and items* |
- | =O= | evil-org-open-above | like O but continue tables and items* |
- | =x= | evil-org-delete-char | like x but keep tables and tags aligned |
- | =X= | evil-org-delete-previous-char | like X but keep tables and tags aligned |
- | =(= | org-forward-sentence | next cell in table |
- | =)= | org-backward-sentence | previous cell in table |
- | ={= | org-backward-paragraph | beginning of table |
- | =}= | org-forward-paragraph | end of table |
- |-------+-------------------------------+-----------------------------------------|
-
+ |-------+-------------------------------+--------------------------------------------|
+ | key | function | explanation |
+ |-------+-------------------------------+--------------------------------------------|
+ | =TAB= | org-cycle | change folding level of current heading |
+ | =0= | evil-org-beginning-of-line | like 0 but can be special* |
+ | =$= | evil-org-end-of-line | like $ but can be special* |
+ | =I= | evil-org-insert-line | like I but can be special* |
+ | =A= | evil-org-append-line | like A but can be special* |
+ | =o= | evil-org-open-below | like o but continue tables and items* |
+ | =O= | evil-org-open-above | like O but continue tables and items* |
+ | =d= | evil-org-delete | like d but keep tags aligned and fix lists |
+ | =x= | evil-org-delete-char | like x but keep tables and tags aligned |
+ | =X= | evil-org-delete-previous-char | like X but keep tables and tags aligned |
+ | =(= | org-forward-sentence | next cell in table |
+ | =)= | org-backward-sentence | previous cell in table |
+ | ={= | org-backward-paragraph | beginning of table |
+ | =}= | org-forward-paragraph | end of table |
+ |-------+-------------------------------+--------------------------------------------|
+
* Set =org-special-ctrl-a/e= to =t= to make =org-beginning-of-line= and =org-end-of-line= ignore leading stars or tags on headings. Repeat to toggle. By default it's set to ~nil~.
* =evil-org-insert-line= and =evil-org-append-line= also respect the setting of =org-special-ctrl-a/e=.
* The cases in which =o= and =O= should behave special can be controlled using =evil-org-special-o/O=. By default it's set to ~'(table-row item)~.