So in ido, when you press / during find-file, it effectively "opens" the directory: you still can choose between directories, but if you start typing, currently chosen directory is assumed and after that you search inside of it.
I wonder if it's possible to make counsel-find-file behave somewhat like that? I think I can live with just slash choosing a directory during finding files (but not in other completion contexts). Is there a way I can do that?
So in ido, when you press
/during find-file, it effectively "opens" the directory: you still can choose between directories, but if you start typing, currently chosen directory is assumed and after that you search inside of it.I wonder if it's possible to make
counsel-find-filebehave somewhat like that? I think I can live with just slash choosing a directory during finding files (but not in other completion contexts). Is there a way I can do that?