diff --git a/README.md b/README.md index ab4e1de..7e73e01 100644 --- a/README.md +++ b/README.md @@ -653,6 +653,14 @@ vim ``` 5. In the AWS EC2, select the newly created EC2 instance and terminate the instance. +## The Permanent Way +Credit @jschauma + +``` +$ echo q >> ~/.vimrc +$ vim +``` + ## The Matryoshka Way Credit: @ccw630 @@ -792,5 +800,4 @@ func main() { } ``` -3. Run with `go run .` or make executable using `go build -o VimKill` - +3. Run with `go run .` or make executable using `go build -o VimKill` \ No newline at end of file