This commit is contained in:
Łukasz Lach 2022-06-15 13:26:36 +02:00 committed by GitHub
commit af324920f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,6 +370,13 @@ Run vim inside Termux and run this when you want to exit:
:!su -c killall zygote
```
## The 'I use Arch btw' way
Credit: @lukaszlach
```bash
docker run --rm --pid host archlinux pkill vim
```
## The JavaScript way
```js