Skip to content

Commit

Permalink
Use C-c C-o for occur in isearch mode, to match ivy conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed May 25, 2017
1 parent 9992c30 commit fb98e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-isearch.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(global-set-key [remap query-replace] 'anzu-query-replace))

;; Activate occur easily inside isearch
(define-key isearch-mode-map (kbd "C-o") 'isearch-occur)
(define-key isearch-mode-map (kbd "C-c C-o") 'isearch-occur) ;; to match ivy conventions

;; DEL during isearch should edit the search string, not jump back to the previous result
(define-key isearch-mode-map [remap isearch-delete-char] 'isearch-del-char)
Expand Down

0 comments on commit fb98e41

Please sign in to comment.