Skip to content

Commit 30077d6

Browse files
authored
Merge pull request hakluke#241 from mashuptwice/master
added the epileptic method
2 parents 200138c + 8b3275c commit 30077d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,13 @@ Credit: @mashuptwice
266266
```
267267
Bonus: still stuck if multiple vim instances are running
268268

269+
## The epileptic Method
270+
Credit: @mashuptwice
271+
```
272+
:!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
273+
```
274+
May the magnificent colors help you to forget the emotional damage caused by exiting vim!
275+
269276
## The Abstinence Method
270277
Credit: @ryanc
271278

0 commit comments

Comments
 (0)