This commit is contained in:
Łukasz Lach 2024-09-16 12:56:10 +00:00 committed by GitHub
commit a7dd303ea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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