Como fazer com que 'helm-execute-persistent-action' não siga o caminho original do symlink

1

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?

    
por ironsand 31.03.2014 / 11:53

0 respostas

Tags