mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
19 lines
488 B
Markdown
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** |
|
|
|
|
|