Bind C-x C-b to ibuffer
Instead of ibuffer-list-buffers, which opens the buffer list in another window without focusing it.
This commit is contained in:
parent
27544d21cb
commit
a4b4ea67eb
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@
|
|||
"C-x 4 B" #'switch-to-buffer-other-window
|
||||
(:when (featurep! :completion ivy)
|
||||
"C-x 4 b" #'+ivy/switch-workspace-buffer-other-window))
|
||||
"C-x C-b" #'ibuffer-list-buffers
|
||||
"C-x C-b" #'ibuffer
|
||||
"C-x K" #'doom/kill-this-buffer-in-all-windows
|
||||
|
||||
;;; company-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue