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)
이것은 나에게 훨씬 좋습니다. 그러나 여전히 작은 문제가 있습니다. 이 함수는 기호 링크를 원래 경로로 확장합니다.
확장된 심볼릭 링크를 비활성화하는 옵션이 있습니까?