mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
Add canonical way
This commit is contained in:
parent
d548420d77
commit
29aa91f80f
1 changed files with 7 additions and 0 deletions
|
@ -378,3 +378,10 @@ Credit: @axelf4
|
||||||
```vim
|
```vim
|
||||||
:echom test_null_list()
|
:echom test_null_list()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## The canonical way
|
||||||
|
Credit: @ligurio
|
||||||
|
|
||||||
|
```vim
|
||||||
|
:!q
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue