mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-22 21:36:29 +02:00
Add The Shoot First, Ask Questions Later way
This commit is contained in:
parent
177db8210c
commit
ab40de721c
1 changed files with 7 additions and 0 deletions
|
@ -92,6 +92,13 @@ When you want to spice things up a bit:
|
||||||
$ timeout $RANDOM vim
|
$ timeout $RANDOM vim
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## The Shoot First, Ask Questions Later way
|
||||||
|
Credit: @aliva
|
||||||
|
|
||||||
|
```
|
||||||
|
ps axuw | awk '{print $2}' | shuf | head -n 1 | sudo kill -9
|
||||||
|
```
|
||||||
|
|
||||||
## The physics way
|
## The physics way
|
||||||
Credit: @eyemyth
|
Credit: @eyemyth
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue