Add ielm to hydra

This commit is contained in:
Maciej 2019-04-02 09:46:03 +03:00
parent 078fa05f0e
commit f564116114
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -9,6 +9,7 @@ _b_: Switch buffer _f_: Find file in project _C_: Git checkout
_t_: Find file _g_: ag in current project _M_: Git blame _t_: Find file _g_: ag in current project _M_: Git blame
^^ _c_: Invalidate cache ^^ _c_: Invalidate cache
^^ _n_: New project ^^ _n_: New project
^^ _i_: ielm console
" "
("q" nil "cancel" :color pink) ("q" nil "cancel" :color pink)
@ -20,6 +21,7 @@ _t_: Find file _g_: ag in current project _M_: Git blame
("g" counsel-projectile-ag) ("g" counsel-projectile-ag)
("c" projectile-invalidate-cache) ("c" projectile-invalidate-cache)
("n" projectile-add-known-project) ("n" projectile-add-known-project)
("i" ielm)
("m" magit-status) ("m" magit-status)
("C" magit-checkout) ("C" magit-checkout)
("M" magit-blame)) ("M" magit-blame))