使用vim编辑文件名
有没有办法使用 Explorer 或 NERDtree 通过 vim 编辑文件名?
Is there a way to edit file names with vim using Explorer or NERDtree?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法使用 Explorer 或 NERDtree 通过 vim 编辑文件名?
Is there a way to edit file names with vim using Explorer or NERDtree?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
vim your_directory_name
JK 移动到目标目录
Shift+R 重命名该目录。
vim your_directory_name
JK to move to your target directory
Shift+R to rename the directory.
当您导航到 NERDTree 时,当您拥有文件应有的目录时,只需按 M,就会出现文件系统菜单,您将能够进行修改。已经很久了所以我不太确定。
When you navigate throw the NERDTree when you have the repertory your file should be, just press M, the Filesystem Menu should appear and you will be able to modify. its been a long time so I'm not really sure.
如果您使用标准的“netrw”文件浏览器,请将光标放在文件名上并按 R。
If you are using the standard 'netrw' file explorer then put the cursor on the filename and press R.