Add ielm to hydra
This commit is contained in:
parent
078fa05f0e
commit
f564116114
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue