aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/ivy/README.org
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-05 01:19:30 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-05 01:19:30 -0400
commitbdf9a71ab7baa2b1de9abcfd5df1a9107a55d141 (patch)
treec4524e6c41aa5107211103401dabfaefc81aa882 /.config/emacs/lisp/evil-collection/modes/ivy/README.org
parentfe3984f541bd32bdfa418afb305b614176b55ca0 (diff)
add a bunch of emacs packages HELP
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/ivy/README.org')
-rw-r--r--.config/emacs/lisp/evil-collection/modes/ivy/README.org51
1 files changed, 51 insertions, 0 deletions
diff --git a/.config/emacs/lisp/evil-collection/modes/ivy/README.org b/.config/emacs/lisp/evil-collection/modes/ivy/README.org
new file mode 100644
index 0000000..e6b0bea
--- /dev/null
+++ b/.config/emacs/lisp/evil-collection/modes/ivy/README.org
@@ -0,0 +1,51 @@
+* ivy
+
+ Evil bindings for [[https://github.com/abo-abo/swiper][ivy]].
+
+** Key bindings
+
+*** ivy-minibuffer-map
+
+ Minibuffer bindings only take effect when =evil-collection-setup-minibuffer=
+ is non-nil (the global =<escape>= → =minibuffer-keyboard-quit= always applies).
+
+ | Command | Original | Evil |
+ |----------------------------+----------+------------------------------|
+ | =minibuffer-keyboard-quit= | =C-g= | =<escape>= (any) |
+ | =abort-recursive-edit= | n/a | =<escape>= (normal) |
+ | =exit-minibuffer= | =RET= | =RET= (normal) |
+ | =ivy-done= | =RET= | =C-m= (normal) |
+ | =ivy-next-line= | =C-n= | =j= (normal), =C-n= (insert) |
+ | =ivy-previous-line= | =C-p= | =k= (normal), =C-p= (insert) |
+ | =ivy-backward-delete-char= | =DEL= | =DEL= (insert) |
+ | =ivy-reverse-i-search= | =C-r= | =C-r= (insert) |
+
+*** ivy-occur-mode-map (normal state)
+
+ | Command | Original | Evil |
+ |------------------------------+------------+-----------|
+ | =ivy-occur-next-line= | =n= | =j= |
+ | =ivy-occur-previous-line= | =p= | =k= |
+ | =evil-backward-char= | n/a | =h= |
+ | =evil-forward-char= | n/a | =l= |
+ | =evil-goto-first-line= | n/a | =gg= |
+ | =ivy-occur-press= | =RET=, =f= | =gf= |
+ | =ivy-occur-press-and-switch= | =o= | =RET= |
+ | =ivy-occur-read-action= | =M-o= | =ga= |
+ | =ivy-occur-dispatch= | =C-c C-o= | =go= |
+ | =ivy-occur-toggle-calling= | =C-c C-p= | =gc= |
+ | =ivy-occur-revert-buffer= | =g= | =gr= |
+ | =ivy-occur-click= | =mouse-1= | =mouse-1= |
+ | =quit-window= | =q= | =q= |
+
+*** ivy-occur-grep-mode-map (normal state)
+
+ Inherits the above plus:
+
+ | Command | Original | Evil |
+ |--------------------------------------------+-----------+-------------------------------------|
+ | =ivy-occur-delete-candidate= | =C-d= | =d=, =gd= |
+ | =ivy-occur-delete-candidate= | =C-d= | =D= (when =evil-want-C-d-scroll=) |
+ | =evil-scroll-down= | n/a | =C-d= (when =evil-want-C-d-scroll=) |
+ | =ivy-wgrep-change-to-wgrep-mode= | =C-x C-q= | =i=, =C-x C-q= |
+ | =evil-digit-argument-or-beginning-of-line= | n/a | =0= |