vim, nvim: add ZZ in save and exit example (#14181)

This commit is contained in:
Managor
2024-10-13 23:07:20 +03:00
committed by GitHub
parent 1c4c70bb97
commit 9bef16038a
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
- Enter normal mode and save (write) the file, and quit: - Enter normal mode and save (write) the file, and quit:
`<Esc>:wq<Enter>` `{{<Esc>ZZ|<Esc>:wq<Enter>}}`
- Quit without saving: - Quit without saving:

View File

@@ -19,7 +19,7 @@
- Save and quit the current buffer: - Save and quit the current buffer:
`:wq<Enter>` `{{ZZ|:wq<Enter>}}`
- Enter normal mode and undo the last operation: - Enter normal mode and undo the last operation: