From cd01b7d2e5774382983f83401de284c1e141ab96 Mon Sep 17 00:00:00 2001 From: Mehdy Cyril Chaillou <51863237+ckuma@users.noreply.github.com> Date: Tue, 26 May 2020 20:59:21 +0000 Subject: [PATCH] Proposing a github-based method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Here's a brand-new method promising to always be up-to-date with the latest Simple Way™ --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fdb32a5..2e03c4a 100644 --- a/README.md +++ b/README.md @@ -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)) +```