added the epileptic method

This commit is contained in:
mashuptwice 2022-04-19 00:30:19 +00:00 committed by GitHub
parent 200138c50c
commit 92fd051547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -266,6 +266,12 @@ Credit: @mashuptwice
```
Bonus: still stuck if multiple vim instances are running
## The epileptic Method
Credit: @mashuptwice
```
:!timeout 10 yes "Preparing to exit vim. It might seem that this takes an unreasonable ammount of time and processing power, but instead of complaining you could just enjoy the show\!" | lolcat ; pgrep vim | xargs kill -9
```
## The Abstinence Method
Credit: @ryanc