Closed kkatsuyuki closed 3 years ago
KKatsuyuki @.***> writes:
[[PGP Encrypted Part:OK]] When I use helm-completion with helm-mode (ex. dired-do-copy on a dired-mode buffer with helm-mode on), an incomplete input is selected instead of first real candidate. Therefore, I have to move select to the first candidate. How do I change to select the candidate without moving cursol?
Dired commands are not allowed to move to first real candidate see bug
helm-ff-goto-first-real-dired-exceptions
to modify this foryour needs. Even better use helm-find-files insead of dired ;-)
-- Thierry
Thank you! I can select first real candidate in dired-do-copy, dired-do-rename using helm-ff-goto-first-real-dired-exceptions
.
When I use helm-completion with helm-mode (ex. dired-do-copy on a dired-mode buffer with helm-mode on), an incomplete input is selected instead of first real candidate. Therefore, I have to move select to the first candidate. How do I change to select the candidate without moving cursol?
helm-mode.el
helm-read-file-name
useshelm-ff-move-to-first-real-candidate
, but it seems thathelm-ff-move-to-first-real-candidate
is not working.Can you help me to fix it? Thank you!