mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 18:11:56 +02:00
fix Kubernetes way
This commit is contained in:
parent
110da1c9df
commit
a1d2669c2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue