Hi,
It seems to me that there was an issue introduced in recent versions of Ivy where hitting "TAB" would invoke ivy-partial-or-done which automatically and implicitly did what ivy-alt-done was doing if the candidate you hit TAB on was the only matching one.
So in case you try to find-file and type .emacs.d, given that there's no other file/dir that match these names hitting tab after typing .emacs would perform ivy-alt-done rather than requiring two tabs.
Thank you
Hi,
It seems to me that there was an issue introduced in recent versions of Ivy where hitting "TAB" would invoke
ivy-partial-or-donewhich automatically and implicitly did whativy-alt-donewas doing if the candidate you hitTABon was the only matching one.So in case you try to
find-fileand type .emacs.d, given that there's no other file/dir that match these names hitting tab after typing.emacswould performivy-alt-donerather than requiring two tabs.Thank you