Improved switch-to-buffer-other-window for ivy
This commit is contained in:
parent
35a1038ee9
commit
faa4367636
3 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue