shell in vim in shell

This commit is contained in:
ccw630 2020-01-20 22:19:21 +08:00
parent 58e647a30c
commit 05502b835b

View file

@ -639,3 +639,10 @@ ssh -i <ec2 keypair pem location> ec2-user@<ec2 instance ip address>
vim
```
5. In the AWS EC2, select the newly created EC2 instance and terminate the instance.
## The Matryoshka Way
Credit: @ccw630
```vim
:!$SHELL
```