Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能让它每当我这样做时helm-projectile-find-file,neotree 都会跳转到那个目录?
helm-projectile-find-file
您可以向 helm-projectile-find-file 添加建议,一旦完成,它就会运行 neotree-find。
像这样的东西:
(defadvice helm-projectile-find-file (after helm-projectile-find-file activate) (neotree-dir default-directory))
希望这可以帮助