Enable evil-collection-ivy
This commit is contained in:
parent
13f5a76278
commit
33ae889e39
2 changed files with 0 additions and 41 deletions
|
@ -332,43 +332,3 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||
|
||||
;; Used by `counsel-M-x'
|
||||
(setq amx-save-file (concat doom-cache-dir "amx-items"))
|
||||
|
||||
|
||||
;;
|
||||
;; Evil key fixes
|
||||
|
||||
(map! :when (featurep! :editor evil +everywhere)
|
||||
:after ivy
|
||||
:map (ivy-occur-mode-map ivy-occur-grep-mode-map)
|
||||
:m "j" #'ivy-occur-next-line
|
||||
:m "k" #'ivy-occur-previous-line
|
||||
:m "h" #'evil-backward-char
|
||||
:m "l" #'evil-forward-char
|
||||
:m "g" nil
|
||||
:m "gg" #'evil-goto-first-line
|
||||
:map ivy-occur-mode-map
|
||||
:n [mouse-1] #'ivy-occur-click
|
||||
:n [return] #'ivy-occur-press-and-switch
|
||||
:n "gf" #'ivy-occur-press
|
||||
:n "ga" #'ivy-occur-read-action
|
||||
:n "go" #'ivy-occur-dispatch
|
||||
:n "gc" #'ivy-occur-toggle-calling
|
||||
:n "gr" #'ivy-occur-revert-buffer
|
||||
:n "q" #'quit-window
|
||||
:map ivy-occur-grep-mode-map
|
||||
:v "j" #'evil-next-line
|
||||
:v "k" #'evil-previous-line
|
||||
:n "D" #'ivy-occur-delete-candidate
|
||||
:n "C-d" #'evil-scroll-down
|
||||
:n "d" #'ivy-occur-delete-candidate
|
||||
:n "C-x C-q" #'ivy-wgrep-change-to-wgrep-mode
|
||||
:n "i" #'ivy-wgrep-change-to-wgrep-mode
|
||||
:n "gd" #'ivy-occur-delete-candidate
|
||||
:n [mouse-1] #'ivy-occur-click
|
||||
:n [return] #'ivy-occur-press-and-switch
|
||||
:n "gf" #'ivy-occur-press
|
||||
:n "gr" #'ivy-occur-revert-buffer
|
||||
:n "ga" #'ivy-occur-read-action
|
||||
:n "go" #'ivy-occur-dispatch
|
||||
:n "gc" #'ivy-occur-toggle-calling
|
||||
:n "q" #'quit-window)
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
help
|
||||
helm
|
||||
image
|
||||
ivy
|
||||
kotlin-mode
|
||||
occur
|
||||
package-menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue