Merge pull request #188 from ckuma/patch-1

Proposing a github-based method
This commit is contained in:
Luke Stephens (hakluke) 2023-10-18 13:31:37 +10:00 committed by GitHub
commit c42d9de845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -815,6 +815,13 @@ 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))
```
## The zig stage1 way
Credit: @tauoverpi