[Init] Use ‘ibuffer’ instead of ‘list-buffer’

Why didn’t I do this before?
This commit is contained in:
Daniel - 2019-05-31 18:54:32 +02:00
parent a4c09781d0
commit db10dfc9d4
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@
(bind-key "M-i" #'swiper-from-isearch isearch-mode-map)
(bind-key "C-x C-d" #'dired)
(bind-key "C-x C-r" #'revert-buffer)
(bind-key "C-x b" #'ibuffer)
(bind-key "C-x g" #'db/helm-shortcuts)
(bind-key "C-x SPC" #'hydra-rectangle/body)
(bind-key "C-x r M" #'db/bookmark-add-url)