Add helm-occur-from-isearch to isearch-mode-map (#1030)

This commit is contained in:
ken-olstad 2016-09-24 23:58:47 -05:00 committed by Bozhidar Batsov
parent 7551ed6e33
commit ccedc77285

View file

@ -50,6 +50,8 @@
(define-key minibuffer-local-map (kbd "C-c C-l") 'helm-minibuffer-history)
(define-key isearch-mode-map (kbd "C-o") 'helm-occur-from-isearch)
;; shell history.
(define-key shell-mode-map (kbd "C-c C-l") 'helm-comint-input-ring)