1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 07:19:45 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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<Entrée>}}`
`{{<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: