summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-08-25 21:53:05 -0400
committerKyle Meyer <kyle@kyleam.com>2016-08-25 21:53:05 -0400
commit2d05e54d351cedbaff95a91f720b43851b9bc980 (patch)
treefb0977a763d9dd0f54822dfd10362c9278632ed9 /init.el
parent50672eb79ea19e813d370e7935c5b0d718e31d45 (diff)
downloademacs.d-2d05e54d351cedbaff95a91f720b43851b9bc980.tar.gz
Add projectile-kill-other-buffers command
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 99d946b..82a2eef 100644
--- a/init.el
+++ b/init.el
@@ -795,6 +795,7 @@
("." . km/projectile-copy-project-filename-as-kill)
("e" . km/projectile-restore-thing)
("k" . km/projectile-kill-buffers)
+ ("K" . km/projectile-kill-other-buffers)
("v" . km/projectile-view-file)
("w" . km/projectile-save-thing))