1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-14 22:27:33 +02:00

New shortcut for vim.md (#2143)

New shortcut `:q!` added for quit without checking changes in `vim.md`
file.
This commit is contained in:
Çınar Civan 2024-06-27 13:38:14 +03:00 committed by GitHub
parent 5c9fd725cf
commit 403cc72ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
vim.md
View File

@ -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