Mit*_*tch 80
vim [your file]
如果这对您不起作用,请确保您安装了它:
sudo apt-get install vim
Run Code Online (Sandbox Code Playgroud)
如果你已经在 vim 做
:edit [your file]
Run Code Online (Sandbox Code Playgroud)
此外,要在完成编辑新文件后移回上一个文件,您可以使用
:e#
Run Code Online (Sandbox Code Playgroud)
这将使您返回到上一个文件
mur*_*uru 31
您还可以使用选项卡和拆分视图:
:tabe /path/to/file
Run Code Online (Sandbox Code Playgroud)
影响:

:vs /path/to/file
Run Code Online (Sandbox Code Playgroud)
(或:sp水平分割)
效果:

使用:tabn,:tabp在选项卡之间导航,CtrlW使用箭头键在拆分之间导航。