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

@@ -18,7 +18,7 @@
- Speichere und schließe die aktuelle Datei:
`{{ZZ|:wq<Enter>}}`
`{{<Esc>ZZ|<Esc>:x<Enter>|<Esc>:wq<Enter>}}`
- Mache die letzte Aktion rückgängig:

View File

@@ -18,7 +18,7 @@
- Guarda y sale:
`{{ZZ|:wq<Enter>}}`
`{{<Esc>ZZ|<Esc>:x<Enter>|<Esc>:wq<Enter>}}`
- Deshaz la última operación:

View File

@@ -18,7 +18,7 @@
- Sauvegarder et fermer :
`{{ZZ|:wq<Ente>}}`
`{{<Esc>ZZ|<Esc>:x<Enter>|<Esc>:wq<Enter>}}`
- Annuler la dernière opération :

View File

@@ -30,7 +30,7 @@
- Menyimpan (write) berkas, dan keluar:
`{{<Esc>ZZ|<Esc>:wq<Enter>}}`
`{{<Esc>ZZ|<Esc>:x<Enter>|<Esc>:wq<Enter>}}`
- Keluar tanpa menyimpan:

View File

@@ -30,7 +30,7 @@
- Salvare (scrivere) il file per poi uscire:
`{{<Esc>ZZ|<Esc>:wq<Enter>}}`
`{{<Esc>ZZ|<Esc>:x<Enter>|<Esc>:wq<Enter>}}`
- Uscire senza salvare:

View File

@@ -18,7 +18,7 @@
- 保存と終了:
`{{ZZ|:wq<Enter>}}`
`{{<Esc>ZZ|<Esc>:x<Enter>|<Esc>:wq<Enter>}}`
- 最後の操作を元に戻す:

View File

@@ -31,7 +31,7 @@
- Ga naar de normale modus, sla (write) het bestand op en sluit af:
`{{<Esc>ZZ|<Esc>:wq<Enter>}}`
`{{<Esc>ZZ|<Esc>:x<Enter>|<Esc>:wq<Enter>}}`
- Sluit af zonder op te slaan:

View File

@@ -31,7 +31,7 @@
- Entra no modo normal, salva (grava) o arquivo e sai:
`{{<Esc>ZZ|<Esc>:wq<Enter>}}`
`{{<Esc>ZZ|<Esc>:x<Enter>|<Esc>:wq<Enter>}}`
- Sai sem salvar:

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: