| Age | Commit message (Collapse) | Author |
|
First it saves changes, then it exits
|
|
Improve inner text object
|
|
Update installation guilde using use-package
|
|
The current installation guide for `use-package` is missing a setting
for `evil-org-agenda`. This PR adds it so that we can simply copy and
paste the installation guide to our config file :)
|
|
It now matches code blocks with begin and end tags.
Closes https://github.com/Somelauw/evil-org-mode/issues/23
|
|
Make post-blank work correctly on org objects
|
|
Fixes https://github.com/Somelauw/evil-org-mode/issues/34
|
|
Make shift keytheme context sensitive
|
|
Enabled by default
Resolves https://github.com/Somelauw/evil-org-mode/issues/25
|
|
- First issue: Empty line weren't detected well on item lists in some
cases
- Second issue: evil-org-indent should not indent when line at point is
empty
|
|
org-agenda: Fix "C-H"/"C-L" -> "C-S-h"/"C-S-l" bindings
|
|
|
|
* org-agenda: Init
* org-agenda: Require evil and org
* org-agenda: Bind org-agenda-redo-all to "gR" to match org-agenda-redo
* org-agenda: Document setup and include table of bindings
* Use "s" for filtering and "~" to toggle marks
* org-agenda: Make HJKL and M-<hjkl> consistent with defaults
Former bindings were leftovers of a previous experimentation.
* org-agenda: Bind "*" to mark all
* README: Add Emacs default bindings to the org-agenda table
* org-agenda: Bind "pe", "pt" to org-agenda-set-* and "o" to org-timer-set-timer
"z" conflicts with the dispatcher.
* org-agenda: Disable the todo-*set functions
* org-agenda: Move the "set" functions to the "c" prefix (for "[c]hange")
* org-agenda: Bind org-agenda-date-prompt and org-agenda-show-the-flagging-note
* org-agenda: Follow evil-collection rationale
- Use "gj" and "gk".
- Use S-RET to "open in other window" and "M-RET" to "display in other window".
- Leave "o" free as it is often recommended for sorting.
* org-agenda: Bind C-S-h/C-S-l to org-agenda-todo-*set
* README.org: Update org-agenda table
|
|
Fixes https://github.com/Somelauw/evil-org-mode/issues/29
|
|
This package should work with the org-mode bundled by Emacs 25.
If you're using a version of Org prior to 8.0.0, make sure to install it
from melpa.
Resolves https://github.com/Somelauw/evil-org-mode/issues/28
|
|
|
|
Sort bindings and make them respect evil-org-movement-bindings
|
|
|
|
In doc/keythemes.org
|
|
The minibuffer is not running Evil mode by default. The extra configuration it
requires might be a hassle we don't want to tackle here.
Setting the bindings directly on the map will probably not interfere anyways as
the default values of those keys are not very useful to select a date.
|
|
|
|
|
|
Still experimental
|
|
For some reason combinding evil-open-below with evil-insert undoes the
indentation.
|
|
|
|
|
|
Before this it created a regular item.
Fixes https://github.com/Somelauw/evil-org-mode/issues/19
|
|
|
|
|
|
See this issue https://github.com/Somelauw/evil-org-mode/issues/17
|
|
|
|
|
|
|
|
Restore additional-bindings in normal mode when evil-org-additional-insert is true
|
|
When evil-org-use-additional-insert was true the documentation
said it should activate "additional bindings" for "insert" mode
in addition to "normal" and "visual" mode. However due to a misplaced
quote the bindings for "normal" mode were omitted which is what I
have fixed.
|
|
|
|
Deprecate evil-org-bol-call and evil-org-eol-call
Add evil-org-define-bol-command and evil-org-define-eol-command
This looks cleaner and might improve interaction with
https://github.com/gabesoft/evil-mc
|
|
|
|
|
|
They were bound in motion state instead of normal state
|
|
- Remove 'leader from evil-org-keytheme variable
- Put insertion functions after motions
- Deprecate RSI keytheme (I'm not aware of anyone using it. If so, feel free to open an issue)
|
|
|
|
|
|
Cherry-picked from NicholasTD07-patch-1
Author: Nicholas T <NicholasTD07@users.noreply.github.com>
Date: Sun Aug 6 14:08:34 2017 +1000
Explain how to fix `TAB` not working as expected
`TAB` won't work as expected in some cases. All you have to do is disable `evil-want-C-i-jump`.
Author: Somelauw <Somelauw>
Date: Tue Aug 8 12:59:43 2017 +0200
Add heading "common issues" above tab-explanation
|
|
|
|
|
|
|
|
Regardless of what evil-move-beyond-eol and evil-move-cursor-back are set to.
|
|
|
|
|