Closed Stumble closed 10 months ago
Now I use ivy
instead of ido
. So UI may be different.
But for your question, looks the behavior is same. You press enter if current path in filter input is directory (or maybe you have not updated from latest code?).
Merged with redguardtoo/emacs.d/master
, , xf
is counsel-find-file,
package-list-packages shows that all packages are update-to-date.
when I press on, it shows this
It's dired, isn't it?
yeah, it is. But how could I change it back to not use dired to open directory?
There is nothing I can do, unless you go back to ido-find-file
. But you need (ivy-mode -1)
at first.
But how could I change it back to not use dired to open directory?
@Stumble press /
instead of ENTER
@whatacold Thanks for suggestion, It works! I wonder is there a way to change this behavior in ivy
mode?
This should work: https://github.com/abo-abo/swiper/issues/532 , also check Do not open dired for directories when using counsel-find-file - Emacs Stack Exchange - emacs.stackexchange.com with some explanations.
previously, with ido, when I press enter on a matched directory in minibuffer, minibuffer cd into that directory. now it opens a new buffer in dired. How can I have the same behavior as before?