mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 11:17:12 +02:00
Add a lazy way to kill vim from shell
This commit is contained in:
parent
1b9a16e6e8
commit
2c4490b2ba
1 changed files with 5 additions and 0 deletions
|
@ -544,6 +544,11 @@ how exit vim
|
|||
:call libcallnr('libc.so.6', 'exit', 0)
|
||||
```
|
||||
|
||||
## The Lazy Way
|
||||
```sh
|
||||
pkill -9 -i vim
|
||||
```
|
||||
|
||||
## The canonical way
|
||||
Credit: @ligurio
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue