diff --git a/thoom-emacs/modules/thoom-tweaks.el b/thoom-emacs/modules/thoom-tweaks.el index 53a5193..5db80de 100644 --- a/thoom-emacs/modules/thoom-tweaks.el +++ b/thoom-emacs/modules/thoom-tweaks.el @@ -4,6 +4,7 @@ :bind (("C-o" . nil) ("C-o C-o" . other-window) ("C-o o" . other-window) + ("C-o b" . consult-buffer-other-window) ("C-o /" . split-window-right) ("C-o -" . split-window-below) ("C-o C-k" . delete-window)