Move swiper to hydra and under modifier keys
This commit is contained in:
parent
c3b829a4bf
commit
d5bffb7812
2 changed files with 3 additions and 1 deletions
2
02ivy.el
2
02ivy.el
|
|
@ -7,7 +7,7 @@
|
|||
(global-set-key (kbd "C-c b") 'ivy-switch-buffer)
|
||||
(global-set-key (kbd "C-c t") 'counsel-find-file)
|
||||
|
||||
(global-set-key (kbd "C-s") 'swiper) ;; Find things by regexp
|
||||
(global-set-key (kbd "C-c C-s") 'swiper) ;; Find things by regexp
|
||||
(global-set-key (kbd "M-x") 'counsel-M-x) ;; M-x on steroids
|
||||
|
||||
(global-set-key (kbd "<f1> f") 'counsel-describe-function)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue