fix Kubernetes way

This commit is contained in:
Žittňanský, Juraj 2024-11-22 19:18:11 +01:00
parent 110da1c9df
commit a1d2669c2d

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