"helm-execute-persistent-action"이 심볼릭 링크 원래 경로를 따르지 않게 만드는 방법

"helm-execute-persistent-action"이 심볼릭 링크 원래 경로를 따르지 않게 만드는 방법

Tab사용하면서 했으면 해서 아래와 같이 find-file함수를 바인딩했습니다 .helm-execute-persistent-actionTab

;; 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)

이것은 나에게 훨씬 좋습니다. 그러나 여전히 작은 문제가 있습니다. 이 함수는 기호 링크를 원래 경로로 확장합니다.

확장된 심볼릭 링크를 비활성화하는 옵션이 있습니까?

관련 정보