summaryrefslogtreecommitdiff
path: root/modes
diff options
context:
space:
mode:
Diffstat (limited to 'modes')
-rw-r--r--modes/occur/evil-collection-occur.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/modes/occur/evil-collection-occur.el b/modes/occur/evil-collection-occur.el
index 1c5c230..6e76445 100644
--- a/modes/occur/evil-collection-occur.el
+++ b/modes/occur/evil-collection-occur.el
@@ -54,10 +54,10 @@
(kbd "M-<return>") 'occur-mode-display-occurrence
"go" 'occur-mode-goto-occurrence-other-window
- "gj" 'occur-next
- "gk" 'occur-prev
- (kbd "C-j") 'occur-next
- (kbd "C-k") 'occur-prev
+ "gj" 'next-error-no-select
+ "gk" 'previous-error-no-select
+ (kbd "C-j") 'next-error-no-select
+ (kbd "C-k") 'previous-error-no-select
"r" 'occur-rename-buffer
"c" 'clone-buffer
(kbd "C-c C-f") 'next-error-follow-minor-mode)