mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-04-30 18:57:18 +02:00
Merge pull request #188 from ckuma/patch-1
Proposing a github-based method
This commit is contained in:
commit
c42d9de845
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue