When editing the yaml definition of a resource the changes are not applied in k9s.
I see that neovim is saving the changes I made to a file in /tmp
but after exiting with :wq
the changes are not being applied in k9s.
When I do the same thing with e.g. nano as editor, the changes are being applied immediately.
I saw this answer to a similar question that says the file in /tmp/ would need to be applied (using kubectl apply) which does work but I would like to have a similar experience to the nano case, where the changes are saved and applied immediately.