From 7c1fcc1c0d24512966d6a4b7c0439acaf06a3486 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 21 Apr 2019 12:33:55 -0400 Subject: [PATCH] made helm-swoop shortcut easier --- conf.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.org b/conf.org index 9935b1e..afbce11 100644 --- a/conf.org +++ b/conf.org @@ -3531,7 +3531,8 @@ Some of these are useful enough that I make give them a direct binding without r #+BEGIN_SRC emacs-lisp (define-key helm-command-prefix (kbd "b") 'helm-bibtex) (define-key helm-command-prefix (kbd "B") 'helm-bibtex-with-local-bibliography) -(define-key helm-command-prefix (kbd "S") 'helm-swoop) +(define-key helm-command-prefix (kbd "s") 'helm-swoop) +(define-key helm-command-prefix (kbd "S") 'helm-surfraw) (define-key helm-command-prefix (kbd "") 'helm-resume) #+END_SRC