all repos — nixfiles @ f9966bf4f77afc79567cbeebc89d7d43105636f3

System and user configuration, managed by nix and home-manager

Improve keybindings for magic buffer switching

Alan Pearce
commit

f9966bf4f77afc79567cbeebc89d7d43105636f3

parent

462a47f1846382df6e20f1dbd662c7849d4dc7d3

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -568,7 +568,8 @@ (if (and (projectile-project-p) (eq force-ido 1))
(call-interactively #'projectile-switch-to-buffer) (call-interactively #'ido-switch-buffer))) -(bind-key "C-c b" #'ap/ido-projectile-switch-buffer-dwim) +(bind-key "s-x b" #'ap/ido-projectile-switch-buffer-dwim) +(bind-key "s-x s-b" #'ap/ido-projectile-switch-buffer-dwim) (use-package ido-vertical-mode :config (ido-vertical-mode 1))