mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 01:35:31 +02:00
vim, nvim: add ZZ
in save and exit example (#14181)
This commit is contained in:
parent
1c4c70bb97
commit
9bef16038a
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
- Enter normal mode and save (write) the file, and quit:
|
||||
|
||||
`<Esc>:wq<Enter>`
|
||||
`{{<Esc>ZZ|<Esc>:wq<Enter>}}`
|
||||
|
||||
- Quit without saving:
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
- Save and quit the current buffer:
|
||||
|
||||
`:wq<Enter>`
|
||||
`{{ZZ|:wq<Enter>}}`
|
||||
|
||||
- Enter normal mode and undo the last operation:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue