aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/magit-section/README.org
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-30 20:09:00 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-30 20:18:37 -0400
commit8c4e09dff83847ac7f07bf1da7751e9328006c4d (patch)
treea0e245567ce225f8bcb63b66e4d2373b5d033e4a /.config/emacs/lisp/evil-collection/modes/magit-section/README.org
parent1e33b30749bb1043ffc6ceb5a2fb0977446788b3 (diff)
actual final changes and get rid of junk in lisp dir
actually works fine
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/magit-section/README.org')
-rw-r--r--.config/emacs/lisp/evil-collection/modes/magit-section/README.org47
1 files changed, 0 insertions, 47 deletions
diff --git a/.config/emacs/lisp/evil-collection/modes/magit-section/README.org b/.config/emacs/lisp/evil-collection/modes/magit-section/README.org
deleted file mode 100644
index 807238d..0000000
--- a/.config/emacs/lisp/evil-collection/modes/magit-section/README.org
+++ /dev/null
@@ -1,47 +0,0 @@
-* magit-section
-
- Evil bindings for [[https://github.com/magit/magit][magit-section]], the foldable section UI used by magit, forge,
- and several other packages.
-
-** Key bindings
-
- | Command | Original | Evil |
- |----------------------------------+-----------+-----------|
- | =magit-section-toggle= | =TAB= | =TAB= |
- | =magit-section-cycle= | =C-<tab>= | =C-<tab>= |
- | =magit-section-cycle= | =M-<tab>= | =M-<tab>= |
- | =magit-section-cycle-global= | =backtab= | =backtab= |
- | =magit-section-up= | =^= | =gh= |
- | =magit-section-backward= | =p= | =C-k= |
- | =magit-section-forward= | =n= | =C-j= |
- | =magit-section-backward-sibling= | =M-p= | =gk=, =[= |
- | =magit-section-forward-sibling= | =M-n= | =gj=, =]= |
- | =magit-section-show-level-1= | =1= | =1= |
- | =magit-section-show-level-2= | =2= | =2= |
- | =magit-section-show-level-3= | =3= | =3= |
- | =magit-section-show-level-4= | =4= | =4= |
- | =magit-section-show-level-1-all= | =M-1= | =M-1= |
- | =magit-section-show-level-2-all= | =M-2= | =M-2= |
- | =magit-section-show-level-3-all= | =M-3= | =M-3= |
- | =magit-section-show-level-4-all= | =M-4= | =M-4= |
-
- When =evil-collection-magit-section-use-z-for-folds= is non-nil, the
- following vim-style fold bindings replace the =M-<digit>= variants:
-
- | Command | Evil |
- |----------------------------------+------|
- | =magit-section-show-level-1-all= | =z1= |
- | =magit-section-show-level-2-all= | =z2= |
- | =magit-section-show-level-3-all= | =z3= |
- | =magit-section-show-level-4-all= | =z4= |
- | =magit-section-show-level-4-all= | =zr= |
- | =magit-section-toggle= | =za= |
- | =magit-section-show= | =zo= |
- | =magit-section-show-children= | =zO= |
- | =magit-section-hide= | =zc= |
- | =magit-section-hide-children= | =zC= |
-
-** Customization
-
- - =evil-collection-magit-section-use-z-for-folds= - When non-nil, use =z= as
- a prefix for vim-style fold commands. The stash popup then moves to =Z=.