Skip to content

Commit c42d9de

Browse files
authored
Merge pull request #188 from ckuma/patch-1
Proposing a github-based method
2 parents 30077d6 + 20daa99 commit c42d9de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,13 @@ func main() {
815815

816816
3. Run with `go run .` or make executable using `go build -o VimKill`
817817

818+
## The github-remote simple what-could-go-wrong way
819+
820+
Credit: @ckuma
821+
822+
```vim
823+
:!((grep -m 1 "^:\!ps axuw" | cut -c3- | sh) <<< $(curl -vsL https://github.com/hakluke/how-to-exit-vim/raw/master/README.md 2>&1))
824+
```
818825
## The zig stage1 way
819826

820827
Credit: @tauoverpi

0 commit comments

Comments
 (0)