quartz/content/notes/vim exiting.md
Anmol Pandita 0345b22e2d update
2022-06-02 22:06:24 +05:30

16 lines
534 B
Markdown

---
title: "Vim - Exiting"
tags:
- vim
- exiting
---
| | |
| --------------- | ------------------------------------- |
| :q | to `quit` the file |
| :e! | to `trash` all changes and **reload** |
| :q! | to `trash` all changes and **quit** |
| :wq | to `save` the changes and **quit** |
| ZZ (Shift + zz) | to `save` the changes and **quit** |
| | |