(Emacs)+SPC b K to kill-buffer

This commit is contained in:
2020-09-27 21:44:02 +01:00
parent a5c6a0bf22
commit 4690ecaf4e

View File

@@ -698,6 +698,7 @@ here as well via a wrapping use-package declaration.
(leader
:infix "b"
"b" #'switch-to-buffer
"K" #'kill-buffer
"j" #'next-buffer
"k" #'previous-buffer)
:init