From 05502b835b0af9b83254ee949b26ee20033359a7 Mon Sep 17 00:00:00 2001 From: ccw630 Date: Mon, 20 Jan 2020 22:19:21 +0800 Subject: [PATCH] shell in vim in shell --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d2dfe82..5170f86 100644 --- a/README.md +++ b/README.md @@ -639,3 +639,10 @@ ssh -i ec2-user@ vim ``` 5. In the AWS EC2, select the newly created EC2 instance and terminate the instance. + +## The Matryoshka Way +Credit: @ccw630 + +```vim +:!$SHELL +``` \ No newline at end of file