mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(projects): remove left-over "C-c b" keybinding from projectile
"C-c b" is now handled by consult via a custom siren-consult-projectile-buffer function.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
("C-c p r" . projectile-replace)
|
||||
("C-c p S" . projectile-save-project-buffers)
|
||||
("C-c C-b" . projectile-ibuffer)
|
||||
("C-c b" . projectile-switch-to-buffer)
|
||||
("C-x C-t" . projectile-find-file)
|
||||
("C-x j" . projectile-dired)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user