Browse Source

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

custom
ken-olstad 9 years ago
committed by Bozhidar Batsov
parent
commit
ccedc77285
  1. 2
      modules/prelude-helm-everywhere.el

2
modules/prelude-helm-everywhere.el

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

Loading…
Cancel
Save