This commit is contained in:
Jan Schaumann 2021-09-28 02:54:22 +00:00 committed by GitHub
commit fe3131a4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`