Add additional keybinding to trigger loading of projectile

This commit is contained in:
2017-10-02 14:18:36 +01:00
parent 16379f071e
commit ec3edd8d3e

View File

@@ -10,6 +10,7 @@
:bind
("C-c p p" . projectile-switch-project)
("C-c C-b" . projectile-ibuffer)
("C-c C-k" . projectile-kill-buffers)
("C-x C-t" . projectile-find-file)
("C-x t" . projectile-find-test-file)
("C-x C-v" . projectile-switch-to-buffer)