mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-04-30 10:46:56 +02:00
added the epileptic method
This commit is contained in:
parent
200138c50c
commit
92fd051547
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue