mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 11:46:16 +02:00
Update README.md
This commit is contained in:
parent
d548420d77
commit
6b41b3a4c1
1 changed files with 8 additions and 0 deletions
|
@ -378,3 +378,11 @@ Credit: @axelf4
|
||||||
```vim
|
```vim
|
||||||
:echom test_null_list()
|
:echom test_null_list()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## The Solaris way
|
||||||
|
Credit: @lbonanomi
|
||||||
|
|
||||||
|
```vim
|
||||||
|
:!pkill -9 -u $(id -u $USER) -f vi
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue