mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 03:07:11 +02:00
Merge a1d2669c2d
into 110da1c9df
This commit is contained in:
commit
24aa18a10d
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
Reference in a new issue