mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 06:14:06 -06:00
update
This commit is contained in:
parent
1a0c5fdd92
commit
b9c08dc5d6
18
content/notes/vim.md
Normal file
18
content/notes/vim.md
Normal 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** |
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user