Use vim against itself with @

This commit is contained in:
z y 2019-09-26 08:49:02 -07:00
parent 3ffe812d18
commit 4653b539a9

View file

@ -75,3 +75,9 @@ In `vi`:
:!sudo reboot
```
## Execute the buffer
Open Vim to empty buffer and type:
```
i:qa!<esc>:@"<cr>
```