From 6bfa61ee7f2d4ff1fa273f53cd162175b783b6c8 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 28 Mar 2021 13:45:12 -0400 Subject: [PATCH 1/1] Switch ivy kill buffer keybinding C-d conflicted with evil-minibuffer mode --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 3ded033..a36ae4c 100644 --- a/config.org +++ b/config.org @@ -302,7 +302,7 @@ Simple, but not too simple autocompletion. :map ivy-minibuffer-map ("TAB" . ivy-alt-done) :map ivy-switch-buffer-map - ("C-d" . ivy-switch-buffer-kill)) + ("M-d" . ivy-switch-buffer-kill)) :config (ivy-mode)) #+end_src ** Ivy-rich -- 2.39.2