Add ibuffer to C-x C-b

This commit is contained in:
Alexander Rosenberg 2023-09-22 02:53:16 -07:00
parent 94b20c970d
commit 63b65ce662
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -407,6 +407,10 @@ visual states."
"u" #'dired-unmark
"U" #'dired-unmark-all-marks))
;; ibuffer
(use-package ibuffer
:bind ("C-x C-b" . ibuffer))
;; magit
(use-package magit
:bind ("C-x C-m" . magit)