From 4653b539a9980a9aea9d7dd2579ad01864aeab79 Mon Sep 17 00:00:00 2001 From: z y Date: Thu, 26 Sep 2019 08:49:02 -0700 Subject: [PATCH] Use vim against itself with @ --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ee1c1ff..3bc6b57 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,9 @@ In `vi`: :!sudo reboot ``` +## Execute the buffer +Open Vim to empty buffer and type: +``` +i:qa!:@" +``` +