Add ibuffer to C-x C-b
This commit is contained in:
parent
94b20c970d
commit
63b65ce662
4
init.el
4
init.el
@ -407,6 +407,10 @@ visual states."
|
|||||||
"u" #'dired-unmark
|
"u" #'dired-unmark
|
||||||
"U" #'dired-unmark-all-marks))
|
"U" #'dired-unmark-all-marks))
|
||||||
|
|
||||||
|
;; ibuffer
|
||||||
|
(use-package ibuffer
|
||||||
|
:bind ("C-x C-b" . ibuffer))
|
||||||
|
|
||||||
;; magit
|
;; magit
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:bind ("C-x C-m" . magit)
|
:bind ("C-x C-m" . magit)
|
||||||
|
Loading…
Reference in New Issue
Block a user