summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-10-20Fix typoTeemu Tiinanen
2018-01-11Make shift keytheme context sensitiveSomelauw
Enabled by default Resolves https://github.com/Somelauw/evil-org-mode/issues/25
2017-11-28Add org-agenda key bindingsPierre Neidhardt
* 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
2017-11-07Remove rsi keythemeSomelauw
2017-11-04Update changelogSomelauw
2017-11-04Add documentation about calendar bindingsSomelauw
In doc/keythemes.org
2017-10-31Add optional return bindingSomelauw
Still experimental
2017-10-15Improve and simplify o/O functions.Somelauw
2017-10-07Implement https://github.com/Somelauw/evil-org-mode/issues/22Somelauw
2017-09-17Make o on a checkbox item create a new checkbox item.Somelauw
Before this it created a regular item. Fixes https://github.com/Somelauw/evil-org-mode/issues/19
2017-09-17Fix some markup in documentationSomelauw
2017-09-09Remove evil-org-recompute-clocksSomelauw
2017-09-02Add variable `evil-org-retain-visual-state-on-shift`.Somelauw
2017-08-29Replace bindings to lambdas by macrosSomelauw
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
2017-08-28Allow `<` and `>` to move columns in tablesSomelauw
2017-08-26Make I and A respect `org-special-ctrl-a/e`Somelauw
2017-08-25Make A and I ignore leading stars, tags and ellipsesSomelauw
2017-07-24Update example config with new ideasSomelauw
2017-07-24Deprecate evil-org-recompute-clocksSomelauw
2017-07-20Allow $ to jump back-and-forth in evil when org-special-ctrl-a/e is t.Somelauw
Regardless of what evil-move-beyond-eol and evil-move-cursor-back are set to.
2017-07-18Move org-beginning-of-line from ^ to 0.Somelauw
2017-07-16Improve and document functions without default bindingSomelauw
2017-07-03Make evil-org-{above/below} (o/O) non-special on some org elements.Somelauw
Based on pull request #10 by @nochiel. Made more general and doesn't require modifying evil-org-special-o/O variable.
2017-06-25Make ar, iR, aR linewise by default.Somelauw
See issue #6 for relevant discussion
2017-06-12Make key bindings stand out moreSomelauw
By using =mark-up=.
2017-06-12Improve documentation in keythemes.orgSomelauw
- More use of markup. - Table cells use lowercase letters. - More explanation on what the different text objects do Also add worf to "See Also" in README.md
2017-06-11Make o and O customizableSomelauw
2017-06-02Complete overhaul of text objectsSomelauw
See doc/changelog.org for details
2017-06-02Remove optional leader keysSomelauw
2017-06-01No longer add an automatic hookSomelauw
2017-06-01Add information to changelogSomelauw
2017-05-30Explain why ^ and $ are bound in doc/keythemes.orgSomelauw
2017-05-29Update key binding descriptionsSomelauw
2017-05-18Add changelogSomelauw
2017-04-30Introduce evil-org-key-theme variable for easier customizationSomelauw
2017-04-28Rename evil-org-improved back to evil-orgSomelauw
2017-04-10Resolve some warnings and forgotten renamesSomelauw
2017-04-10Rename evil-org.el to evil-org-improved.elSomelauw
2017-04-10Update documentation in code and READMESomelauw
2017-04-09Update motions and add new motion gHSomelauw
2017-03-14Option to enable bindings in insert modeSomelauw
2017-03-01Split gh, gj, gk, gl bindings off in a separate key binding themeSomelauw
Enable it by default for backwards compatibility
2017-02-25Add an example configuration fileSomelauw
2017-02-25Made headings smaller in documentationSomelauw
2017-02-25Split documentationSomelauw