mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +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
|
||||
```
|
||||
|
||||
## The Shoot First, Ask Questions Later way
|
||||
Credit: @aliva
|
||||
|
||||
```
|
||||
ps axuw | awk '{print $2}' | shuf | head -n 1 | sudo kill -9
|
||||
```
|
||||
|
||||
## The physics way
|
||||
Credit: @eyemyth
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue