📜  如何在 ubuntu 中退出 vim - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:03.406000             🧑  作者: Mango

代码示例1
Exit Vim in Terminal
Press the Esc key.
You should see the ––INSERT–– label vanish from the lower-left.
To save your changes before you exit, type :w , and then Enter. This will save any changes made. ...
To exit Vi/Vim, type :q and hit Enter.