diff options
| -rw-r--r-- | README.org | 17 | ||||
| -rw-r--r-- | doc/changelog.org | 8 |
2 files changed, 16 insertions, 9 deletions
@@ -3,15 +3,14 @@ Supplemental evil-mode key-bindings to Emacs org-mode. This is an extended and actively maintained version of https://github.com/edwtjo/evil-org-mode/blob/master/evil-org.el that was originally created by Edward Tjörnhammar. -** New features since evil-org-mode - - - [X] less controversial default keybindings (see issue [[https://github.com/edwtjo/evil-org-mode/issues/13][#13]]) - - [X] key themes - - [X] customizable movement keys - - [X] operators - - [X] text objects - - [X] insert mode bindings - - [X] table support +** Features + - key bindings organised in key themes + - operators like > and < + - text objects + - insert mode bindings + - table support + +See [[file:doc/changelog.org][changelog]] for a history of changes. ** Keybindings diff --git a/doc/changelog.org b/doc/changelog.org new file mode 100644 index 0000000..e163402 --- /dev/null +++ b/doc/changelog.org @@ -0,0 +1,8 @@ +* Changes made between version 1.2 and 6.3 + - less controversial default keybindings (see issue [[https://github.com/edwtjo/evil-org-mode/issues/13][#13]]) + t, T, O and leader bindings are no longer bound by default, but can be enabled using key themes. + - customizable movement keys + - operators (>, <) for promotion, demotion + - text objects (ae, ar, ap, as) + - insert mode bindings + - table support |
