mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
vim, nim: add :x
and fix inconsistency (#14297)
This commit is contained in:
parent
16d992e616
commit
da2d00fb76
10 changed files with 10 additions and 10 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
- Guarda y sale:
|
||||
|
||||
`{{ZZ|:wq<Enter>}}`
|
||||
`{{<Esc>ZZ|<Esc>:x<Enter>|<Esc>:wq<Enter>}}`
|
||||
|
||||
- Deshaz la última operación:
|
||||
|
||||
|
|
|
@ -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 :
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
- 保存と終了:
|
||||
|
||||
`{{ZZ|:wq<Enter>}}`
|
||||
`{{<Esc>ZZ|<Esc>:x<Enter>|<Esc>:wq<Enter>}}`
|
||||
|
||||
- 最後の操作を元に戻す:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue