quartz/content/notes/vim.md
Anmol Pandita 7447ae8a3a update
2022-05-08 15:45:41 +05:30

18 lines
491 B
Markdown

---
title: "Vim - The Personal Man"
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** |