mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
Merge 699ba8692f
into 110da1c9df
This commit is contained in:
commit
a7dd303ea7
1 changed files with 7 additions and 0 deletions
|
@ -370,6 +370,13 @@ Run vim inside Termux and run this when you want to exit:
|
||||||
:!su -c killall zygote
|
:!su -c killall zygote
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## The 'I use Arch btw' way
|
||||||
|
Credit: @lukaszlach
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run --rm --pid host archlinux pkill vim
|
||||||
|
```
|
||||||
|
|
||||||
## The JavaScript way
|
## The JavaScript way
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Add table
Reference in a new issue