diff options
| author | Siddhartha <sid@countvajhula.com> | 2020-12-03 16:28:22 -0800 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2020-12-03 18:57:44 -0800 |
| commit | efd510a3526661ae1c62e39db8ff345b28154430 (patch) | |
| tree | 7855e0df23bc8b0b76d4dfe66cf98c2447ecedd1 | |
| parent | d8d499d9fc7f3ef3de1419ab157a5bd77ad8189e (diff) | |
go to next/previous result in occur mode with preview
| -rw-r--r-- | modes/occur/evil-collection-occur.el | 8 |
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) |
