made helm-swoop shortcut easier

This commit is contained in:
ndwarshuis 2019-04-21 12:33:55 -04:00
parent b1708d9d83
commit 7c1fcc1c0d
1 changed files with 2 additions and 1 deletions

View File

@ -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 "<f8>") 'helm-resume)
#+END_SRC