This commit is contained in:
Anmol Pandita 2022-05-08 15:40:01 +05:30
parent 1a0c5fdd92
commit b9c08dc5d6

18
content/notes/vim.md Normal file
View File

@ -0,0 +1,18 @@
---
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** |