mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-18 02:21:54 +02:00
The Arch way to do it
This commit is contained in:
parent
d548420d77
commit
699ba8692f
1 changed files with 7 additions and 0 deletions
|
@ -262,6 +262,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
Add a link
Reference in a new issue