added helm swoop shortcut

This commit is contained in:
petrucci4prez 2018-09-20 22:04:04 -07:00
parent c114657149
commit 55bfda60c5
1 changed files with 1 additions and 0 deletions

View File

@ -2288,6 +2288,7 @@ These are for mode-specific bindings that can/should be outside of the evil maps
*** helm-prefix *** helm-prefix
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(define-key helm-command-prefix (kbd "b") 'helm-bibtex) (define-key helm-command-prefix (kbd "b") 'helm-bibtex)
(define-key helm-command-prefix (kbd "S") 'helm-swoop)
(define-key helm-command-prefix (kbd "<f8>") 'helm-resume) (define-key helm-command-prefix (kbd "<f8>") 'helm-resume)
#+END_SRC #+END_SRC
*** outline-magic *** outline-magic