From 92fd051547d13dfcf5301b74b8d2657e341b0bd4 Mon Sep 17 00:00:00 2001 From: mashuptwice Date: Tue, 19 Apr 2022 00:30:19 +0000 Subject: [PATCH] added the epileptic method --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e3243b2..c4e376b 100644 --- a/README.md +++ b/README.md @@ -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