|
* 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
|