]> git.armaanb.net Git - config.org.git/commitdiff
Switch ivy kill buffer keybinding
authorArmaan Bhojwani <me@armaanb.net>
Sun, 28 Mar 2021 17:45:12 +0000 (13:45 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 28 Mar 2021 17:45:12 +0000 (13:45 -0400)
C-d conflicted with evil-minibuffer mode

config.org

index 3ded033040e39e723a1aa9b2c96c8cec0648921b..a36ae4c4ba5acc05d13da126a5c132aaabf3e981 100644 (file)
@@ -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