mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
Merge pull request #57 from wchargin/wchargin-consonant-cluster
Add the consonant cluster way
This commit is contained in:
commit
91fb5de308
1 changed files with 9 additions and 0 deletions
|
@ -477,6 +477,15 @@ cd /tmp/vim
|
||||||
vagrant halt
|
vagrant halt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## The consonant cluster way
|
||||||
|
Credit: @wchargin
|
||||||
|
|
||||||
|
To exit, saving all files, simply incant (in normal mode):
|
||||||
|
|
||||||
|
```vim
|
||||||
|
qqqqqZZ@qq@q
|
||||||
|
```
|
||||||
|
|
||||||
## The customer success way
|
## The customer success way
|
||||||
Credit: @85danf
|
Credit: @85danf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue