Skip to content

Commit

Permalink
Removed :q! and :qa! (rstacruz#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDarkTron authored Jan 27, 2023
1 parent 0d16abc commit 04d0b8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 04d0b8d

Please sign in to comment.