quartz/content/notes/vim.md
Anmol Pandita a1c23a9633 update
2022-05-08 15:50:35 +05:30

20 lines
493 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** |