mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-04-30 02:36:54 +02:00
Proposing a github-based method
Here's a brand-new method promising to always be up-to-date with the latest Simple Way™
This commit is contained in:
parent
995441cd2a
commit
cd01b7d2e5
1 changed files with 6 additions and 0 deletions
|
@ -789,3 +789,9 @@ 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))
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue