Replace i-search with helm-swoop
This commit is contained in:
parent
42032fc72c
commit
678284f8a1
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@
|
||||||
(require 'helm-swoop)
|
(require 'helm-swoop)
|
||||||
|
|
||||||
;; Change the keybinds to whatever you like :)
|
;; Change the keybinds to whatever you like :)
|
||||||
(global-set-key (kbd "C-c h o") 'helm-swoop)
|
(global-set-key (kbd "C-s") 'helm-swoop)
|
||||||
(global-set-key (kbd "C-c s") 'helm-multi-swoop-all)
|
(global-set-key (kbd "C-c h s") 'helm-multi-swoop-all)
|
||||||
|
|
||||||
;; When doing isearch, hand the word over to helm-swoop
|
;; When doing isearch, hand the word over to helm-swoop
|
||||||
(define-key isearch-mode-map (kbd "M-i") 'helm-swoop-from-isearch)
|
(define-key isearch-mode-map (kbd "M-i") 'helm-swoop-from-isearch)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue