Update README.md

This commit is contained in:
Luke Stephens (hakluke) 2019-09-27 07:10:24 +10:00 committed by GitHub
parent 230a394cfb
commit 8996829aad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ In `vi`:
## The using vim against itself way (executing the buffer) ## The using vim against itself way (executing the buffer)
Open Vim to empty buffer and type: Open Vim to empty buffer and type:
``` ```
i:qa!<esc>:@"<cr> i:qa!<esc>Y:@"<cr>
``` ```
## The AppleScript way ## The AppleScript way