mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-29 08:46:32 +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
|
||||
```
|
||||
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