You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
既然我们学会了打开、保存文件和如何移动光标,现在是时候学习如何编辑一个文件了。开始编辑工作的最主要方式实在命令模式下按 i 或者其他命令键。这样可以很方便的在当前位置或者当前位置之后插入文本。一旦进入了插入模式,你就可以正常的在文档中键入你想要的内容了。你可以按 Esc 键来返回命令模式保存你所做的修改。