From e1212ce9510700676bfe6fcf7157f9baae8f9270 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 1 Oct 2018 15:41:29 +0200 Subject: Emacs: add ivy-switch-buffer leader shortcut --- emacs/.emacs.d/main.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index cdd65da..f283d11 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -2473,6 +2473,7 @@ Pass ARG to `comint-delchar-or-maybe-eof'." "v" #'split-window-right "o" #'other-window "y" #'evil-avy-goto-line + "bb" #'ivy-switch-buffer "bx" #'kill-this-buffer "br" #'revert-buffer "dd" #'dired -- cgit 1.4.1