1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 21:15:39 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: