summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSomelauw <Somelauw>2018-01-11 21:18:10 +0100
committerSomelauw <Somelauw>2018-01-11 21:18:10 +0100
commit1e64669cd65fc0f900a1166cfc4520f77aa5e41f (patch)
treef90521bbed33ab6f66e0fa10a2df88e28930afbc /doc
parent22c248deb6c74a5bcdb0268306eed878a44fe517 (diff)
Make shift keytheme context sensitive
Enabled by default Resolves https://github.com/Somelauw/evil-org-mode/issues/25
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.org3
-rw-r--r--doc/keythemes.org2
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog.org b/doc/changelog.org
index 7094783..5e0790d 100644
--- a/doc/changelog.org
+++ b/doc/changelog.org
@@ -1,3 +1,5 @@
+* Version 1.1
+ - Implement hybrid shift keys
* Version 1.0
- Make =dw= realign tags. Make =dd= renumber lists.
- Simplify implementation of `evil-org-open-above/below`.
@@ -5,6 +7,7 @@
- Add =return= keytheme.
- Add =calendar= keytheme.
- Remove =rsi= keytheme
+ - Add org-agenda bindings (thanks to Ambrevar)
* 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 7ac6385..7bd755b 100644
--- a/doc/keythemes.org
+++ b/doc/keythemes.org
@@ -164,6 +164,8 @@
| =K= | org-shiftup | increase priority |
|-----+----------------+--------------------|
+ When point is not at a heading or item, these keys fall back on their binding in non-org modes. For example, you can still use =J= to join lines when not at a heading. This behaviour can be configured using =evil-org-want-hybrid-shift=. By default this option is set to ~t~.
+
** Todo
Disabled by default.