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 b") 'ivy-switch-buffer)
|
||||||
(global-set-key (kbd "C-c t") 'counsel-find-file)
|
(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 "M-x") 'counsel-M-x) ;; M-x on steroids
|
||||||
|
|
||||||
(global-set-key (kbd "<f1> f") 'counsel-describe-function)
|
(global-set-key (kbd "<f1> f") 'counsel-describe-function)
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ _r_: regex replace _m_: company
|
||||||
_i_: indent region
|
_i_: indent region
|
||||||
_a_: align regexp
|
_a_: align regexp
|
||||||
_e_: eval region
|
_e_: eval region
|
||||||
|
_s_: swiper
|
||||||
"
|
"
|
||||||
("q" nil "cancel" :color pink)
|
("q" nil "cancel" :color pink)
|
||||||
|
|
||||||
|
|
@ -47,6 +48,7 @@ _e_: eval region
|
||||||
("i" indent-region)
|
("i" indent-region)
|
||||||
("a" align-regexp)
|
("a" align-regexp)
|
||||||
("e" eval-region)
|
("e" eval-region)
|
||||||
|
("s" swiper)
|
||||||
|
|
||||||
("y" company-yasnippet)
|
("y" company-yasnippet)
|
||||||
("m" company-complete))
|
("m" company-complete))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue