Skip to content

Commit

Permalink
New shortcut for vim.md (#2143)
Browse files Browse the repository at this point in the history
New shortcut `:q!` added for quit without checking changes in `vim.md`
file.
  • Loading branch information
cinarcivan authored Jun 27, 2024
1 parent 5c9fd72 commit 403cc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ weight: -10
| `:wq` _/_ `:x` | Save and close file |
| --- | --- |
| `ZZ` | Save and quit |
| `ZQ` | Quit without checking changes |
| `:q!` _/_ `ZQ` | Quit without checking changes |
{: .-shortcuts}

### Exiting insert mode
Expand Down

0 comments on commit 403cc72

Please sign in to comment.