Use different function for :cleanup

This commit is contained in:
Henrik Lissner 2017-06-27 23:18:32 +02:00
parent a7dc91e7bf
commit 510e7116c8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 14 additions and 3 deletions

View file

@ -46,7 +46,9 @@
(ex! "grevert" #'git-gutter:revert-hunk)
;; Dealing with buffers
(ex! "clean[up]" #'doom/cleanup-buffers)
(evil-set-command-properties #'+workspace/cleanup :ex-bang t)
(ex! "clean[up]" #'+workspace/cleanup)
(ex! "k[ill]" #'doom/kill-this-buffer)
(ex! "k[ill]all" #'+hlissner:kill-all-buffers)
(ex! "k[ill]m" #'+hlissner:kill-matching-buffers)