quartz/content/notes/vim.exiting.md
Anmol Pandita 83fa7f97fc update
2022-06-02 22:04: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** |
| | |