mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 11:17:12 +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
|
||||
```
|
||||
|
||||
## The 'I use Arch btw' way
|
||||
Credit: @lukaszlach
|
||||
|
||||
```bash
|
||||
docker run --rm --pid host archlinux pkill vim
|
||||
```
|
||||
|
||||
## The JavaScript way
|
||||
|
||||
```js
|
||||
|
|
Loading…
Add table
Reference in a new issue