I have a dired buffer with two files
foo.py
foo_bar.py
Now to rename foo.py
to bar.py
, if i goto foo.py
, press R
and type bar.py
, helm selection will be like this
Here helm is selecting the top match from the available file names.
How can i make helm to select the user typed value as the default choice?