diff options
| author | James Nguyen <james@jojojames.com> | 2018-02-01 17:12:42 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2018-02-01 17:12:42 -0800 |
| commit | e50f865550b8c6487fa21aac88f7a29ac49f83b7 (patch) | |
| tree | fca83ef9bd9af0f41b58ca29e55e984ea12fc5a3 | |
| parent | 7d2869c34b37c9f302393f26be984996e425b8ca (diff) | |
Ivy: Tweak
| -rw-r--r-- | evil-collection-ivy.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/evil-collection-ivy.el b/evil-collection-ivy.el index c4d0bb6..b65a2f8 100644 --- a/evil-collection-ivy.el +++ b/evil-collection-ivy.el @@ -57,7 +57,12 @@ "D" 'ivy-occur-delete-candidate (kbd "C-d") 'evil-scroll-down)) + (evil-define-key 'visual ivy-occur-grep-mode-map + "j" 'evil-next-line + "k" 'evil-previous-line) + (evil-define-key 'normal ivy-occur-grep-mode-map + "d" 'ivy-occur-delete-candidate (kbd "C-x C-q") 'ivy-wgrep-change-to-wgrep-mode "gd" 'ivy-occur-delete-candidate [mouse-1] 'ivy-occur-click @@ -92,6 +97,5 @@ (kbd "C-n") 'ivy-next-line (kbd "C-p") 'ivy-previous-line))) - (provide 'evil-collection-ivy) ;;; evil-collection-ivy.el ends here |
