about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-projectile.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-18 15:07:44 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-18 15:07:44 +0100
commitfc3fe82aecfda278374465c1bb6f50f61b7f7613 (patch)
treee8e239e8b166a80856bb5825c1b8bee09989c856 /.emacs.d/lisp/init-projectile.el
parentf4fe41adfef8fac533b5f901ee64a980cbcb6f60 (diff)
downloaddotfiles-fc3fe82aecfda278374465c1bb6f50f61b7f7613.tar.gz
Change/move some window and buffer key bindings
Diffstat (limited to '.emacs.d/lisp/init-projectile.el')
-rw-r--r--.emacs.d/lisp/init-projectile.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-projectile.el b/.emacs.d/lisp/init-projectile.el
index c131935..84f1842 100644
--- a/.emacs.d/lisp/init-projectile.el
+++ b/.emacs.d/lisp/init-projectile.el
@@ -49,6 +49,7 @@
 
 (use-package perspective
   :init (persp-mode)
+  :bind ("C-x C-b" . persp-ibuffer)
   :custom (persp-modestring-short t))
 
 (use-package persp-projectile)