当前位置:网站首页>退出vim的方法
退出vim的方法
2022-04-23 04:54:00 【黄佳俊、】
直接退出Vim
:q 退出当前Vim窗口,如果是当前窗口是最后一个窗口则退出Vim(或 :quit)。
:conf q 退出当前Vim窗口,如果当前窗口有修改,则给出提示进行选择(或 :confirm quit)。
:q! 强制退出当前Vim窗口并忽略所有更改,即使是当前缓冲区发生了修改也不进行保存(或 :quit!:)。
:cq 在任何情形下都直接退出Vim而不保存文件,并返回一个错误代码( 或 :cquit:)。
:qa 退出所有Vim窗口,除非存在修改过的缓冲区( 或 :qall:)。
:conf qa 退出所有打开的Vim窗口;如果存在修改过的缓冲区,则给出提示进行选择(或 :confirm qall:)。
:qa! 强制退出所有打开的Vim窗口,不保存任何修改的内容强行退出(或 :qall!:)
:e! 放弃所有修改,并打开原来文件。
保存文件并退出Vim
:wq:保存并退出.保存当前文件并退出Vim。如果文件只读或者该缓冲区无名,写回操作将失败。
:wq test.txt:保存当前Vim缓冲区中的内容到文件 test.txt 中并退出Vim。
:[range]wq test.txt:保存当前Vim缓冲区中由range界定的内容到文件 test.txt 中并退出Vim。
:[range]x test.txt:功能和 :[range]wq test.txt 类似, 但只有文件有修改时写入才会实际进行保存。
版权声明
本文为[黄佳俊、]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_48419914/article/details/124315453
边栏推荐
- What is a data island? Why is there still a data island in 2022?
- L2-011 玩转二叉树(建树+BFS)
- Informatics Aosai yibentong 1212: letters | openjudge 2.5 156: Letters
- Unity攝像頭跟隨鼠標旋轉
- Solve valueerror: argument must be a deny tensor: 0 - got shape [198602], but wanted [198602, 16]
- Agile practice | agile indicators to improve group predictability
- The last day of 2021 is the year of harvest.
- Set Chrome browser background to eye protection (eye escort / darkreader plug-in)
- AQS source code reading
- C language: spoof games
猜你喜欢
View analysis of scenic spots in ArcGIS
Arduino UNO r3+LCD1602+DHT11
独立站运营 | FaceBook营销神器——聊天机器人ManyChat
Unity RawImage背景无缝连接移动
Introduction to raspberry pie 3B - system installation
PHP+MySQL 制作留言板
Wine (COM) - basic concept
Pixel 5 5g unlocking tutorial (including unlocking BL, installing edxposed and root)
[WinUI3]編寫一個仿Explorer文件管理器
【数据库】MySQL单表查询
随机推荐
Unity RawImage背景无缝连接移动
Leetcode -- heuristic search
Spark small case - RDD, broadcast
L2-011 play binary tree (build tree + BFS)
DIY 一个 Excel 版的子网计算器
DIY is an excel version of subnet calculator
View, modify and delete [database] table
Mac 进入mysql终端命令
Druid -- JDBC tool class case
No such file or directory problem while executing shell
MySQL - data read / write separation, multi instance
Customize the navigation bar at the top of wechat applet (adaptive wechat capsule button, flex layout)
Other problems encountered in debugging fingerprints
js 判断数字字符串中是否含有字符
Learning Android II from scratch - activity
Unity camera rotation with sliding effect (rotation)
【数据库】表的查看、修改和删除
Unity rawimage background seamlessly connected mobile
Implementation of switching windows and capturing data in selenium mode
The unity camera rotates with the mouse