Update project hydra
This commit is contained in:
parent
e42c176e58
commit
324e1e5b51
2 changed files with 5 additions and 4 deletions
1
01mac.el
1
01mac.el
|
|
@ -1,7 +1,6 @@
|
|||
;;;;;;;;; GC configuration ;;;;;;;;;;;;;;;;;;;
|
||||
(setq gc-cons-threshold 50000000)
|
||||
|
||||
|
||||
;;;;;;;;; TRAMP configuration ;;;;;;;;;;;;;;;;
|
||||
(setq tramp-default-method "ssh")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,10 +4,11 @@
|
|||
"
|
||||
^Ivy^ ^Projectile^ ^Magit^
|
||||
^^^^^^^^------------------------------------------------------------------------
|
||||
_a_: ag _s_: Switch project _m_: status
|
||||
_a_: ag _s_: Switch project _m_: Git status
|
||||
_b_: Switch buffer _f_: Find file in project
|
||||
_t_: Find file _g_: ag in current project
|
||||
^^ _c_: invalidate cache
|
||||
^^ _c_: Invalidate cache
|
||||
^^ _n_: New project
|
||||
"
|
||||
("q" nil "cancel" :color pink)
|
||||
|
||||
|
|
@ -18,7 +19,8 @@ _t_: Find file _g_: ag in current project
|
|||
("f" counsel-projectile-find-file)
|
||||
("g" counsel-projectile-ag)
|
||||
("c" projectile-invalidate-cache)
|
||||
("m" magit-status))
|
||||
("m" magit-status)
|
||||
("n" projectile-add-known-project))
|
||||
|
||||
(global-set-key (kbd "C-c p") 'hydra-file-switcher-menu/body)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue