diff --git a/custom/setup-helm.el b/custom/setup-helm.el index de44362..3bbcc6f 100755 --- a/custom/setup-helm.el +++ b/custom/setup-helm.el @@ -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)