mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 11:17:12 +02:00
Merge fbea1f872a
into 30077d63c5
This commit is contained in:
commit
3222a18501
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,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