From da2d00fb7630cad74487c95ea038da481592e381 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:04:39 +0200 Subject: [PATCH] vim, nim: add `:x` and fix inconsistency (#14297) --- pages.de/common/vim.md | 2 +- pages.es/common/vim.md | 2 +- pages.fr/common/vim.md | 2 +- pages.id/common/nvim.md | 2 +- pages.it/common/nvim.md | 2 +- pages.ja/common/vim.md | 2 +- pages.nl/common/nvim.md | 2 +- pages.pt_BR/common/nvim.md | 2 +- pages/common/nvim.md | 2 +- pages/common/vim.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pages.de/common/vim.md b/pages.de/common/vim.md index 97a6a24c35..d2d339bf9d 100644 --- a/pages.de/common/vim.md +++ b/pages.de/common/vim.md @@ -18,7 +18,7 @@ - Speichere und schließe die aktuelle Datei: -`{{ZZ|:wq}}` +`{{ZZ|:x|:wq}}` - Mache die letzte Aktion rückgängig: diff --git a/pages.es/common/vim.md b/pages.es/common/vim.md index da853de2d7..80f4525d95 100644 --- a/pages.es/common/vim.md +++ b/pages.es/common/vim.md @@ -18,7 +18,7 @@ - Guarda y sale: -`{{ZZ|:wq}}` +`{{ZZ|:x|:wq}}` - Deshaz la última operación: diff --git a/pages.fr/common/vim.md b/pages.fr/common/vim.md index bec984ff5a..d292e98277 100644 --- a/pages.fr/common/vim.md +++ b/pages.fr/common/vim.md @@ -18,7 +18,7 @@ - Sauvegarder et fermer : -`{{ZZ|:wq}}` +`{{ZZ|:x|:wq}}` - Annuler la dernière opération : diff --git a/pages.id/common/nvim.md b/pages.id/common/nvim.md index 4f5e235a2f..2d506a6f2a 100644 --- a/pages.id/common/nvim.md +++ b/pages.id/common/nvim.md @@ -30,7 +30,7 @@ - Menyimpan (write) berkas, dan keluar: -`{{ZZ|:wq}}` +`{{ZZ|:x|:wq}}` - Keluar tanpa menyimpan: diff --git a/pages.it/common/nvim.md b/pages.it/common/nvim.md index d629f30a6c..9c37f58a98 100644 --- a/pages.it/common/nvim.md +++ b/pages.it/common/nvim.md @@ -30,7 +30,7 @@ - Salvare (scrivere) il file per poi uscire: -`{{ZZ|:wq}}` +`{{ZZ|:x|:wq}}` - Uscire senza salvare: diff --git a/pages.ja/common/vim.md b/pages.ja/common/vim.md index a4c1def44d..2bd3ebcb18 100644 --- a/pages.ja/common/vim.md +++ b/pages.ja/common/vim.md @@ -18,7 +18,7 @@ - 保存と終了: -`{{ZZ|:wq}}` +`{{ZZ|:x|:wq}}` - 最後の操作を元に戻す: diff --git a/pages.nl/common/nvim.md b/pages.nl/common/nvim.md index e66013d3c0..5eac04bbfb 100644 --- a/pages.nl/common/nvim.md +++ b/pages.nl/common/nvim.md @@ -31,7 +31,7 @@ - Ga naar de normale modus, sla (write) het bestand op en sluit af: -`{{ZZ|:wq}}` +`{{ZZ|:x|:wq}}` - Sluit af zonder op te slaan: diff --git a/pages.pt_BR/common/nvim.md b/pages.pt_BR/common/nvim.md index 3b4287428c..4cd7c93ad1 100644 --- a/pages.pt_BR/common/nvim.md +++ b/pages.pt_BR/common/nvim.md @@ -31,7 +31,7 @@ - Entra no modo normal, salva (grava) o arquivo e sai: -`{{ZZ|:wq}}` +`{{ZZ|:x|:wq}}` - Sai sem salvar: diff --git a/pages/common/nvim.md b/pages/common/nvim.md index ebcb34bf3c..21803fd85f 100644 --- a/pages/common/nvim.md +++ b/pages/common/nvim.md @@ -31,7 +31,7 @@ - Enter normal mode and save (write) the file, and quit: -`{{ZZ|:wq}}` +`{{ZZ|:x|:wq}}` - Quit without saving: diff --git a/pages/common/vim.md b/pages/common/vim.md index 1153079821..aab7553f6c 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -19,7 +19,7 @@ - Save and quit the current buffer: -`{{ZZ|:wq}}` +`{{ZZ|:x|:wq}}` - Enter normal mode and undo the last operation: