This commit is contained in:
JC (J. Zittnansky) 2024-11-22 19:18:45 +01:00 committed by GitHub
commit 24aa18a10d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,7 +396,7 @@ kubectl run --generator=run-pod/v1 my-vim --image=thinca/vim
then you would normally exit Vim by deleting the associated Kubernetes pod: then you would normally exit Vim by deleting the associated Kubernetes pod:
```bash ```bash
kubectl delete po my-vim kubectl delete pod my-vim
``` ```
## The Vim inside of Vim inside of Vim inside of Vim... inside of Vim way ## The Vim inside of Vim inside of Vim inside of Vim... inside of Vim way