📜  vim 退出 - Shell-Bash 代码示例

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

代码示例4
# ESC to start command prompt, then
:q!        # exit vi without saving
:wq!    # exit vi with saving (! means exiting even if file is read only)