diff --git a/vim.md b/vim.md index ba3f46424..1788ab17e 100644 --- a/vim.md +++ b/vim.md @@ -19,15 +19,12 @@ Getting started | Shortcut | Description | | -------------- | -------------------------------- | +| `:q` | Close file | | `:qa` | Close all files | -| `:qa!` | Close all files, abandon changes | | --- | --- | | `:w` | Save | | `:wq` _/_ `:x` | Save and close file | | --- | --- | -| `:q` | Close file | -| `:q!` | Close file, abandon changes | -| --- | --- | | `ZZ` | Save and quit | | `ZQ` | Quit without checking changes | {: .-shortcuts}