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.
是否可以通过配置 vim 来遵循符号链接gf?
gf
例如,假设我在同一个目录中有一个文件foo.txt和一个符号链接。bar我希望能够bar通过gf在foo.txt.
foo.txt
bar
更一般地说,我希望能够使用find和其他使用路径的命令,就好像实际文件与我正在编辑的文件位于同一目录中一样。不过我会满足于工作gf。
find
为我工作。7.1.
gf当您超过符号链接的名称时,您会得到什么输出?+file_in_path键入时是否启用:version?
+file_in_path
:version
关于:find,你配置了&path吗?
:find
&path