In emacs, how do I tell helm to select my unique filename and not the top match?
Summary Key Issue: Helm prioritizes matches over manual input. When using helm-read-file-name (triggered by dired-do-rename or helm-find-files), Helm’s matching logic highlights the first candidate that matches your typed pattern. Pressing RET (Enter) executes the action on the highlighted candidate, not necessarily the text you typed. The [+] indicator next to your unique filename denotes a … Read more