Add back C-c p as a prefix for Projectile
This commit is contained in:
parent
e180d64f39
commit
73ae504161
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
||||||
(define-key map (kbd "C-c i") 'imenu-anywhere)
|
(define-key map (kbd "C-c i") 'imenu-anywhere)
|
||||||
;; extra prefix for projectile
|
;; extra prefix for projectile
|
||||||
(define-key map (kbd "s-p") 'projectile-command-map)
|
(define-key map (kbd "s-p") 'projectile-command-map)
|
||||||
|
(define-key map (kbd "C-c p") 'projectile-command-map)
|
||||||
;; make some use of the Super key
|
;; make some use of the Super key
|
||||||
(define-key map (kbd "s-g") 'god-local-mode)
|
(define-key map (kbd "s-g") 'god-local-mode)
|
||||||
(define-key map (kbd "s-r") 'crux-recentf-ido-find-file)
|
(define-key map (kbd "s-r") 'crux-recentf-ido-find-file)
|
||||||
|
|
Loading…
Reference in a new issue