Eu quero concluir por Tab
ao usar find-file
, então eu vinculo uma função helm-execute-persistent-action
to Tab
assim.
;; For find-file etc.
(define-key helm-read-file-map (kbd "TAB") 'helm-execute-persistent-action)
;; For helm-find-files etc.
(define-key helm-find-files-map (kbd "TAB") 'helm-execute-persistent-action)
Isso é muito melhor para mim. Mas ainda há um pequeno problema, a função expande o symlink para o caminho original.
Existe uma opção para desativar o link simbólico de expansão?