diff options
-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 8c6ee11..998c9f2 100644 --- a/lisp/init-projectile.el +++ b/lisp/init-projectile.el @@ -94,6 +94,10 @@ Interactive arguments are processed according to "Display a project buffer in other window." (call-interactively 'projectile-display-buffer)) +(def-projectile-commander-method ?i + "Open an IBuffer window showing all buffers in the current project." + (call-interactively 'projectile-ibuffer)) + (key-chord-define-global ";s" 'projectile-switch-project) (key-chord-define-global ";f" 'projectile-find-file) (key-chord-define-global ";v" 'km/projectile-view-file) |