mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
commit
a938a27524
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue