Add keybindings for swiper
This commit is contained in:
parent
60b92c340f
commit
254a845da5
@ -194,6 +194,9 @@
|
||||
(call-interactively 'company-yasnippet))
|
||||
(bind-key "<backtab>" 'company-to-yasnippet company-active-map)
|
||||
(bind-key "<backtab>" 'company-yasnippet))
|
||||
(use-package swiper
|
||||
:bind ("C-S-s" . swiper)
|
||||
:bind ("C-S-r" . swiper))
|
||||
|
||||
;;; Local Variables
|
||||
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
|
||||
|
Loading…
Reference in New Issue
Block a user