I am using emacs prelude.
I recently decided to switch to helm from ido.
So I enabled helm
and helm-everywhere
in emacs prelude,
Everything works perfectly, except the default behavior of helm-find-file
In Ido, I could hit ret
to go down the selected directory, but I have to hit right
or c-j
in helm.
Also, helm-find-files
would list .
and ..
at the very top for every directory.
This means in ido, I can just hit ret
ret
ret
until I get to the final destination if there aren't many directories along the path.
But in helm, I had to type some chars, hit c-j
type at least 1 char, hit c-j
and so on.
I cannot even hit c-j
continuously.
I don't want to switch back to ido because I really love helm's grep feature in find-file.
Is there anyway I can change the default order to have it maybe list .
and ..
at the bottom and ret
to enter directory instead of open dired?