mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 03:36:42 +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
|
||||
:echom test_null_list()
|
||||
```
|
||||
|
||||
## The canonical way
|
||||
Credit: @ligurio
|
||||
|
||||
```vim
|
||||
:!q
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue