Merge 6b43f6ee27 into 1b9a16e6e8
This commit is contained in:
commit
fe3131a4cc
11
README.md
11
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`
|
||||
Loading…
Reference in New Issue