vim, nim: add :x and fix inconsistency (#14297)

This commit is contained in:
Alexandre ZANNI
2024-10-21 07:04:39 +02:00
committed by GitHub
parent 16d992e616
commit da2d00fb76
10 changed files with 10 additions and 10 deletions

View File

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

View File

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