Skip to content

Commit

Permalink
use evil normal mode as default for ivy-occur-grep-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlevi authored and CodingSolo committed Oct 29, 2018
1 parent 9fde710 commit 46b03ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layers/+completion/ivy/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
(global-set-key (kbd "C-c C-r") 'ivy-resume)
(global-set-key (kbd "<f6>") 'ivy-resume)
;; Occur
(evil-set-initial-state 'ivy-occur-grep-mode 'normal)
(evil-make-overriding-map ivy-occur-mode-map 'normal)
(ivy-set-occur 'spacemacs/counsel-search
'spacemacs//counsel-occur)
Expand Down

0 comments on commit 46b03ff

Please sign in to comment.