Add C-o b to switch buffer in other window

This commit is contained in:
2024-09-15 22:58:32 -07:00
parent 196616631f
commit 6aeb14a9eb

View File

@@ -4,6 +4,7 @@
:bind (("C-o" . nil) :bind (("C-o" . nil)
("C-o C-o" . other-window) ("C-o C-o" . other-window)
("C-o o" . other-window) ("C-o o" . other-window)
("C-o b" . consult-buffer-other-window)
("C-o /" . split-window-right) ("C-o /" . split-window-right)
("C-o -" . split-window-below) ("C-o -" . split-window-below)
("C-o C-k" . delete-window) ("C-o C-k" . delete-window)