Update project hydra

This commit is contained in:
Maciej 2018-11-15 14:00:55 +02:00
parent e42c176e58
commit 324e1e5b51
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,6 @@
;;;;;;;;; GC configuration ;;;;;;;;;;;;;;;;;;;
(setq gc-cons-threshold 50000000)
;;;;;;;;; TRAMP configuration ;;;;;;;;;;;;;;;;
(setq tramp-default-method "ssh")

View file

@ -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)