made helm-swoop shortcut easier
This commit is contained in:
parent
b1708d9d83
commit
7c1fcc1c0d
3
conf.org
3
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
|
#+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 "B") 'helm-bibtex-with-local-bibliography)
|
(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)
|
(define-key helm-command-prefix (kbd "<f8>") 'helm-resume)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue