!["helm-execute-persistent-action"이 심볼릭 링크 원래 경로를 따르지 않게 만드는 방법](https://linux55.com/image/52272/%22helm-execute-persistent-action%22%EC%9D%B4%20%EC%8B%AC%EB%B3%BC%EB%A6%AD%20%EB%A7%81%ED%81%AC%20%EC%9B%90%EB%9E%98%20%EA%B2%BD%EB%A1%9C%EB%A5%BC%20%EB%94%B0%EB%A5%B4%EC%A7%80%20%EC%95%8A%EA%B2%8C%20%EB%A7%8C%EB%93%9C%EB%8A%94%20%EB%B0%A9%EB%B2%95.png)
Tab
사용하면서 했으면 해서 아래와 같이 find-file
함수를 바인딩했습니다 .helm-execute-persistent-action
Tab
;; 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)
이것은 나에게 훨씬 좋습니다. 그러나 여전히 작은 문제가 있습니다. 이 함수는 기호 링크를 원래 경로로 확장합니다.
확장된 심볼릭 링크를 비활성화하는 옵션이 있습니까?