go to next/previous result in occur mode with preview

This commit is contained in:
Siddhartha 2020-12-03 16:28:22 -08:00 committed by James N
parent d8d499d9fc
commit efd510a352
1 changed files with 4 additions and 4 deletions

View File

@ -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)