mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 11:17:12 +02:00
Merge pull request #61 from cfrost/patch-3
A more "Russian" Roulette way
This commit is contained in:
commit
0a73b9eaca
1 changed files with 8 additions and 0 deletions
|
@ -116,6 +116,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 | head -1 | awk '{print $2}' | xargs kill -9
|
||||
```
|
||||
|
||||
## The physics way
|
||||
Credit: @eyemyth
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue