Set default editor

How to set the default editor

If you use the command "kubectl edit" you may not want to use vi as editor, so you can expose your preferred editor with a normal environment variable expose.

expose EDITOR=<your prefered editor>
# Example
expose EDITOR=vim

Revision #1
Created 25 July 2022 13:34:32 by Janic Voser
Updated 25 July 2022 13:36:26 by Janic Voser