From 6aeb14a9ebfda07ec42505c54a2a1c78e50a0e7e Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Sun, 15 Sep 2024 22:58:32 -0700 Subject: [PATCH] Add C-o b to switch buffer in other window --- thoom-emacs/modules/thoom-tweaks.el | 1 + 1 file changed, 1 insertion(+) 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)