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

これは私にとってはるかに良いです。しかし、まだ小さな問題があります。この関数はシンボリックリンクを元のパスに拡張します。

拡張シンボリックリンクを無効にするオプションはありますか?

ベストアンサー1

おすすめ記事