mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 11:46:16 +02:00
The real Russian Roulette way
This commit is contained in:
parent
d548420d77
commit
74225da936
1 changed files with 8 additions and 0 deletions
|
@ -93,6 +93,14 @@ When you want to spice things up a bit:
|
|||
$ timeout $RANDOM vim
|
||||
```
|
||||
|
||||
## The "all against the odds" Russian Roulette way
|
||||
Credit: @cfrost
|
||||
|
||||
When you want to spice things up a bit more:
|
||||
```
|
||||
:!ps axuw | sort -R | awk '{print $2}' | xargs kill -9
|
||||
```
|
||||
|
||||
## The physics way
|
||||
Credit: @eyemyth
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue