emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Include ivy + counsel in Emacs core?


From: Dmitry Gutov
Subject: Re: Include ivy + counsel in Emacs core?
Date: Tue, 15 Sep 2020 01:58:35 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 14.09.2020 14:09, Oleh Krehel wrote:
Ivy is good, but is misses one of the major goals of fido-mode: file name completion behavior like ido-find-file. In particular, entering a directory on RET (without exiting completion). The part where it goes up a directory on backspace is strangely there.

Actually, I thought this was the default. But in my config I have:

     (define-key ivy-minibuffer-map (kbd "<return>") 'ivy-alt-done)

which makes RET enter a directory.

Good suggestion, thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]