From 07c2d8a1b830d9c7c5181d231cc92f917d6351ff Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 22 Apr 2021 08:54:13 -0700 Subject: Ditch ivy-partial-or-done --- .emacs.local.d/modes/ivy.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.local.d') diff --git a/.emacs.local.d/modes/ivy.el b/.emacs.local.d/modes/ivy.el index 462f016..ebab770 100644 --- a/.emacs.local.d/modes/ivy.el +++ b/.emacs.local.d/modes/ivy.el @@ -1,6 +1,9 @@ (use-package ivy :diminish (ivy-mode . "") :init (ivy-mode 1) ; globally at startup + + :bind (:map ivy-minibuffer-map + ("TAB" . ivy-alt-done)) :config (setq ivy-use-virtual-buffers t) (setq ivy-height 20) -- cgit v1.2.3