diff --git a/content/notes/vim.md b/content/notes/vim.md new file mode 100644 index 000000000..7b773381a --- /dev/null +++ b/content/notes/vim.md @@ -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** | + +