You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,13 @@ Credit: @mashuptwice
266
266
```
267
267
Bonus: still stuck if multiple vim instances are running
268
268
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!
0 commit comments