Move swiper to hydra and under modifier keys

This commit is contained in:
Maciej 2019-06-06 21:58:23 +03:00
parent c3b829a4bf
commit d5bffb7812
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 3 additions and 1 deletions

View file

@ -39,6 +39,7 @@ _r_: regex replace _m_: company
_i_: indent region
_a_: align regexp
_e_: eval region
_s_: swiper
"
("q" nil "cancel" :color pink)
@ -47,6 +48,7 @@ _e_: eval region
("i" indent-region)
("a" align-regexp)
("e" eval-region)
("s" swiper)
("y" company-yasnippet)
("m" company-complete))