summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSomelauw <Somelauw>2017-08-25 14:52:14 +0200
committerSomelauw <Somelauw>2017-08-25 14:52:14 +0200
commit3c49d00dd7c9e058f40d9af12a11f49e3c9eb115 (patch)
treea74512d4a4617066dcb28a212fb9b1b40507f074 /doc
parent85e31c8452c9c8adb2c01249dfe3e1808476babe (diff)
Make A and I ignore leading stars, tags and ellipses
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.org2
-rw-r--r--doc/keythemes.org8
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/changelog.org b/doc/changelog.org
index 734ce19..c3bcd71 100644
--- a/doc/changelog.org
+++ b/doc/changelog.org
@@ -1,3 +1,5 @@
+* Version 0.9
+ - Make I / A ignore leading stars, tags and ellipses on headings
* Version 0.8
- Make evil-org-a-greater-org-object (=ar=), evil-org-inner/a-subtree (=iR=, =aR=) text objects linewise. The other text objects remain characterwise.
- Improvements to =o/O=
diff --git a/doc/keythemes.org b/doc/keythemes.org
index 231968b..80cc8a9 100644
--- a/doc/keythemes.org
+++ b/doc/keythemes.org
@@ -14,13 +14,15 @@
|-------+-------------------------------+-----------------------------------------|
| key | function | explanation |
|-------+-------------------------------+-----------------------------------------|
- | =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 |
+ | =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* |
- | =TAB= | org-cycle | change folding level of current heading |
+ | =I= | evil-org-insert-line | like I but ignore leading stars |
+ | =A= | evil-org-append-line | like A but ignore tags and ellipses |
| =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 |