From 678284f8a10259ff50e55d18911f0e8667797460 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Sat, 2 Apr 2016 16:41:07 +0200 Subject: [PATCH] Replace i-search with helm-swoop --- custom/setup-helm.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)