summaryrefslogtreecommitdiff
path: root/README.org
AgeCommit message (Collapse)Author
2022-02-20Update README.orgsolodov
2020-10-22implement use-package `:hook` syntax in readmeIlja Kocken
2020-09-23Reflect changed key bindings on READMEcrocket
2020-01-02Update repo name in manual install instructionsTerry Sun
2018-03-21Update installation guilde using use-packagetopecongiro
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 :)
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-04README: Reference new calendar key themePierre Neidhardt
2017-08-08Explain how to fix `TAB` in terminal EmacsSomelauw
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
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-10README.org: evil-mode link: bitbucket to githubduianto
The evil repository has migrated from bitbucket to github.
2017-06-10Merge pull request #4 from GuiltyDolphin/patch-1Somelauw
Correct name of evil-org-mode in See Also
2017-06-10Correct name of evil-org-mode in See AlsoBen Moon
2017-06-02Complete overhaul of text objectsSomelauw
See doc/changelog.org for details
2017-05-29Add use-package installation instructionsSomelauw
2017-05-28Add melpa banners and update introduction textSomelauw
2017-05-18Add changelogSomelauw
2017-05-05Make argument to evil-org-set-key-theme optionalSomelauw
If called with no arguments, evil-org-key-theme is used
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-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
2017-02-15Make o and O behave special in tablesSomelauw
O wasn't bound before
2017-02-13Add operators, textobjects and insert bindingsSomelauw
2017-02-12Add key themesSomelauw
2017-02-12Add some basic bindingsSomelauw
Started forking
2015-12-01Merge pull request #27 from adrsta/masterEdward Tjörnhammar
fixed shift+hjkl mappings for consistency
2015-12-01fixed shift+hjkl mappings for consistencyAdrian Staniec
2015-08-28Update README.orgXue Fuqiao
Update a few URIs.
2014-10-02DocsEdward Tjörnhammar
2014-09-27Update README key assignmentsEdward Tjörnhammar
2013-08-04Add documentation, and use org formatadriean