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: Oleh Krehel
Subject: Re: Include ivy + counsel in Emacs core?
Date: Mon, 14 Sep 2020 13:09:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

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.


    Oleh





reply via email to

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