Skip to content

Commit

Permalink
Merge pull request #188 from ckuma/patch-1
Browse files Browse the repository at this point in the history
Proposing a github-based method
  • Loading branch information
hakluke committed Oct 18, 2023
2 parents 30077d6 + 20daa99 commit c42d9de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c42d9de

Please sign in to comment.