Merge pull request #40 from Maxattax97/master

Implement Vimception
This commit is contained in:
Luke Stephens (hakluke) 2019-10-02 13:39:27 +10:00 committed by GitHub
commit a938a27524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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\<CR>") | endwhile
```