Fix keybindings in ivy-occur-grep-mode

Closes #15219
This commit is contained in:
Daniel Nicolai 2022-01-08 04:56:30 +01:00 committed by GitHub
parent bbd40f113f
commit 2f061d26ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,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-grep-mode-map)
(evil-make-overriding-map ivy-occur-mode-map 'normal)
(dolist (mode-map (list ivy-occur-mode-map ivy-occur-grep-mode-map))
(define-key mode-map "g" nil)