From 6211858140cb00fc73675d62bc9e827581ae123e Mon Sep 17 00:00:00 2001 From: Max O'Cull Date: Tue, 1 Oct 2019 19:22:48 -0400 Subject: [PATCH] Implement Vimception --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59e63e6..af93725 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ Credit: @tartansandal If you run Vim in a docker container like: ``` -docker run --rm -it --name my-vim -v `pwd`:/root thinkca/vim +docker run --rm -it --name my-vim -v `pwd`:/root thinkca/vim ``` then you would normally exit vim by stopping the associated container: @@ -288,3 +288,10 @@ then you would normally exit Vim by deleting the associated Kubernetes pod: ``` kubectl delete po my-vim ``` + +## The Vim inside of Vim inside of Vim inside of Vim... inside of Vim way +Credit: @maxattax97 + +``` +:while 1 | execute "terminal vim" | call feedkeys("i:terminal vim\") | endwhile +```