quartz/content/notes/vim.md
Anmol Pandita b9c08dc5d6 update
2022-05-08 15:40:01 +05:30

19 lines
488 B
Markdown

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