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.
如何更改 'str +x' 'str+f' 命令的起始位置。
我的意思是我的缓冲区位于 home/website/index.htm 中。但是当我使用命令时,他从家里开始,但我希望他从我的文件位置开始。
实际上,ctrl-x ctrl-f查找 vim 会话所在文件夹中的文件名。
ctrl-x
ctrl-f
用于:pwd检查您所在的位置。
:pwd
要切换到当前文件所在的文件夹,请:cd %:p:h在正常模式下键入。
:cd %:p:h