Merge pull request #188 from ckuma/patch-1
Proposing a github-based method
This commit is contained in:
commit
c42d9de845
|
|
@ -815,6 +815,13 @@ func main() {
|
||||||
|
|
||||||
3. Run with `go run .` or make executable using `go build -o VimKill`
|
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
|
## The zig stage1 way
|
||||||
|
|
||||||
Credit: @tauoverpi
|
Credit: @tauoverpi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue