diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-projectile.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el index 998c9f2..7e511cb 100644 --- a/lisp/init-projectile.el +++ b/lisp/init-projectile.el @@ -113,6 +113,10 @@ Interactive arguments are processed according to (define-key projectile-command-map "." 'km/projectile-copy-project-filename-as-kill) +;; Swap `projectile-invalidate-cache' and `projectile-ibuffer'. +(define-key projectile-command-map "I" 'projectile-invalidate-cache) +(define-key projectile-command-map "i" 'projectile-ibuffer) + (define-key projectile-command-map (kbd "4 v") 'km/projectile-view-file-other-window) |