mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-12 15:36:53 -05:00
Improved switch-to-buffer-other-window for ivy
This commit is contained in:
@@ -34,8 +34,11 @@
|
||||
"C-S-r" #'helm-resume)
|
||||
;; Buffer related bindings
|
||||
"C-x b" #'persp-switch-to-buffer
|
||||
(:when (featurep! :completion ivy)
|
||||
"C-x 4 b" #'+ivy/switch-workspace-buffer-other-window)
|
||||
"C-x C-b" #'ibuffer-list-buffers
|
||||
"C-x B" #'switch-to-buffer
|
||||
"C-x 4 B" #'switch-to-buffer-other-window
|
||||
"C-x k" #'doom/kill-this-buffer-in-all-windows
|
||||
;; Popup bindigns
|
||||
"C-x p" #'+popup/other
|
||||
|
Reference in New Issue
Block a user