summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSomelauw <Somelauw>2017-07-20 22:58:11 +0200
committerSomelauw <Somelauw>2017-07-20 22:58:11 +0200
commitbc1c0446b49fb53b281ec66e75506e08a5c6d3a8 (patch)
treef6f71be920b374c8ce9ae534ac1198bab2c786f3 /doc
parent5f496f13355e7098b34a047794581687cc6499a9 (diff)
Allow $ to jump back-and-forth in evil when org-special-ctrl-a/e is t.
Regardless of what evil-move-beyond-eol and evil-move-cursor-back are set to.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.org1
-rw-r--r--doc/keythemes.org4
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/changelog.org b/doc/changelog.org
index 6ad4c75..a0a4ce6 100644
--- a/doc/changelog.org
+++ b/doc/changelog.org
@@ -2,6 +2,7 @@
- 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=
- Bind =org-beginning-to-line= to =0=. Leave =^= mapped to =evil-first-non-blank=.
+ - Improve interaction between evil and =org-special-ctrl-a/e=.
* Version 0.7
- A hook is no longer created automatically. The following line of code is from now on required in a user config:
#+BEGIN_SRC emacs-lisp
diff --git a/doc/keythemes.org b/doc/keythemes.org
index 3b0b727..265b6c0 100644
--- a/doc/keythemes.org
+++ b/doc/keythemes.org
@@ -16,8 +16,8 @@
|-------+-------------------------------+-----------------------------------------|
| =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 |
- | =0= | org-beginning-of-line | like 0 but can be special* |
- | =$= | org-end-of-line | like $ but can be special* |
+ | =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 |
| =o= | evil-org-open-below | like o but continue tables and items* |
| =O= | evil-org-open-above | like O but continue tables and items* |