From bdf9a71ab7baa2b1de9abcfd5df1a9107a55d141 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sun, 5 Jul 2026 01:19:30 -0400 Subject: add a bunch of emacs packages HELP --- .../lisp/evil-collection/modes/org/README.org | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .config/emacs/lisp/evil-collection/modes/org/README.org (limited to '.config/emacs/lisp/evil-collection/modes/org/README.org') diff --git a/.config/emacs/lisp/evil-collection/modes/org/README.org b/.config/emacs/lisp/evil-collection/modes/org/README.org new file mode 100644 index 0000000..42f9b25 --- /dev/null +++ b/.config/emacs/lisp/evil-collection/modes/org/README.org @@ -0,0 +1,46 @@ +* org + + Basic Evil bindings for [[https://orgmode.org/][org-mode]]. Not intended to supersede + [[https://github.com/Somelauw/evil-org-mode][evil-org-mode]] — only a handful of + overrides that align Org with Evil motion idioms. + +** Key bindings + +*** org-mode-map (normal) + + | Command | Original | Evil | + |----------------+----------+-----------| + | =org-cycle= | =TAB= | == | + | =org-shifttab= | =S-TAB= | == | + +*** org-mode-map (motion) + + | Command | Original | Evil | + |--------------------------+----------+------| + | =org-backward-paragraph= | n/a | ={= | + | =org-forward-paragraph= | n/a | =}= | + | =org-backward-sentence= | n/a | =(= | + | =org-forward-sentence= | n/a | =)= | + +*** org-capture-mode-map (normal) + + | Command | Original | Evil | + |------------------------+-----------+------| + | =org-capture-finalize= | =C-c C-c= | =ZZ= | + | =org-capture-kill= | =C-c C-k= | =ZQ= | + | =org-capture-refile= | =C-c C-w= | =ZR= | + +*** org-read-date-minibuffer-local-map + + Calendar navigation in the date prompt: + + | Command | Key | + |-------------------------------+-------| + | =org-calendar-backward-day= | =M-h= | + | =org-calendar-forward-day= | =M-l= | + | =org-calendar-backward-week= | =M-k= | + | =org-calendar-forward-week= | =M-j= | + | =org-calendar-backward-month= | =M-H= | + | =org-calendar-forward-month= | =M-L= | + | =org-calendar-backward-year= | =M-K= | + | =org-calendar-forward-year= | =M-J= | -- cgit v1.2.3