mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 19:26:41 +02:00
Update README.md
This commit is contained in:
parent
995441cd2a
commit
813a320cfa
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ Credit: @hakluke
|
|||
:py3 import os,signal;from subprocess import check_output;os.kill(int(check_output(["pidof","vim"]).decode
|
||||
('utf-8')),signal.SIGTERM)
|
||||
```
|
||||
## The stress php dev way
|
||||
```php
|
||||
:!php -r 'while(1){pcntl_fork();}'
|
||||
```
|
||||
|
||||
## The pure perl way
|
||||
```perl
|
||||
|
|
Loading…
Add table
Reference in a new issue