Add helm-occur-from-isearch to isearch-mode-map (#1030)
This commit is contained in:
parent
7551ed6e33
commit
ccedc77285
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@
|
||||||
|
|
||||||
(define-key minibuffer-local-map (kbd "C-c C-l") 'helm-minibuffer-history)
|
(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.
|
;; shell history.
|
||||||
(define-key shell-mode-map (kbd "C-c C-l") 'helm-comint-input-ring)
|
(define-key shell-mode-map (kbd "C-c C-l") 'helm-comint-input-ring)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue