feat(projects): tweak projectile keybindings

- Bind projectile-switch-to-buffer to `C-c b` to compliment `C-x b`.
- Remove keybindings I never use.
This commit is contained in:
2020-08-16 11:56:37 +01:00
parent a8ec880b69
commit 208394ef00

View File

@@ -16,10 +16,9 @@
("C-c p r" . projectile-replace)
("C-c p S" . projectile-save-project-buffers)
("C-c C-b" . projectile-ibuffer)
("C-c C-k" . projectile-kill-buffers)
("C-c b" . projectile-switch-to-buffer)
("C-x C-t" . projectile-find-file)
("C-x t" . projectile-find-test-file)
("C-x C-v" . projectile-switch-to-buffer)
(:map projectile-mode-map
("C-c p" . projectile-command-map))