added helm swoop shortcut
This commit is contained in:
parent
c114657149
commit
55bfda60c5
1
conf.org
1
conf.org
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue