mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-02 10:42:03 +02:00
shell in vim in shell
This commit is contained in:
parent
58e647a30c
commit
05502b835b
1 changed files with 7 additions and 0 deletions
|
@ -639,3 +639,10 @@ ssh -i <ec2 keypair pem location> ec2-user@<ec2 instance ip address>
|
||||||
vim
|
vim
|
||||||
```
|
```
|
||||||
5. In the AWS EC2, select the newly created EC2 instance and terminate the instance.
|
5. In the AWS EC2, select the newly created EC2 instance and terminate the instance.
|
||||||
|
|
||||||
|
## The Matryoshka Way
|
||||||
|
Credit: @ccw630
|
||||||
|
|
||||||
|
```vim
|
||||||
|
:!$SHELL
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue