Improved switch-to-buffer-other-window for ivy

This commit is contained in:
Andrew Whatson 2019-02-25 00:22:36 +10:00
parent 35a1038ee9
commit faa4367636
3 changed files with 15 additions and 2 deletions

View file

@ -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