Implement Vimception

This commit is contained in:
Max O'Cull 2019-10-01 19:22:48 -04:00
parent ec99bcddd5
commit 6211858140
No known key found for this signature in database
GPG key ID: 30EB58207505DB17

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
```