mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-18 15:04:37 +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:
2
vim.md
2
vim.md
@@ -27,7 +27,7 @@ weight: -10
|
|||||||
| `:wq` _/_ `:x` | Save and close file |
|
| `:wq` _/_ `:x` | Save and close file |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `ZZ` | Save and quit |
|
| `ZZ` | Save and quit |
|
||||||
| `ZQ` | Quit without checking changes |
|
| `:q!` _/_ `ZQ` | Quit without checking changes |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Exiting insert mode
|
### Exiting insert mode
|
||||||
|
|||||||
Reference in New Issue
Block a user