Replace i-search with helm-swoop

This commit is contained in:
laurensmiers 2016-04-02 16:41:07 +02:00
parent 42032fc72c
commit 678284f8a1

View file

@ -71,8 +71,8 @@
(require 'helm-swoop)
;; Change the keybinds to whatever you like :)
(global-set-key (kbd "C-c h o") 'helm-swoop)
(global-set-key (kbd "C-c s") 'helm-multi-swoop-all)
(global-set-key (kbd "C-s") 'helm-swoop)
(global-set-key (kbd "C-c h s") 'helm-multi-swoop-all)
;; When doing isearch, hand the word over to helm-swoop
(define-key isearch-mode-map (kbd "M-i") 'helm-swoop-from-isearch)