From bd32bfd2cafc8959f9e1663a8bbb22a64dab3a87 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Fri, 8 Apr 2016 17:43:44 +0200 Subject: [PATCH] Remove multi-swoop keybinding --- custom/setup-helm.el | 1 - 1 file changed, 1 deletion(-) diff --git a/custom/setup-helm.el b/custom/setup-helm.el index 14b0ece..230cf43 100755 --- a/custom/setup-helm.el +++ b/custom/setup-helm.el @@ -75,7 +75,6 @@ ;; Change the keybinds to whatever you like :) (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)