diff --git a/pages/common/nvim.md b/pages/common/nvim.md index 90baed889f..ebcb34bf3c 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: -`:wq` +`{{ZZ|:wq}}` - Quit without saving: diff --git a/pages/common/vim.md b/pages/common/vim.md index 6a7563e907..1153079821 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -19,7 +19,7 @@ - Save and quit the current buffer: -`:wq` +`{{ZZ|:wq}}` - Enter normal mode and undo the last operation: