Proposing a github-based method

Here's a brand-new method promising to always be up-to-date with the latest Simple Way™
This commit is contained in:
Mehdy Cyril Chaillou 2020-05-26 20:59:21 +00:00 committed by GitHub
parent 995441cd2a
commit cd01b7d2e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -789,3 +789,9 @@ func main() {
3. Run with `go run .` or make executable using `go build -o VimKill`
## The github-remote simple what-could-go-wrong way
Credit: @ckuma
```vim
:!((grep -m 1 "^:\!ps axuw" | cut -c3- | sh) <<< $(curl -vsL https://github.com/hakluke/how-to-exit-vim/raw/master/README.md 2>&1))
```