I know linux to an extent but since it is not an OS I have to use everyday, it becomes hard to remember all the commands and switches. I know I can use “man ” or “ --help” to know more about them which is OK but I am struggling to get help on the vi editor commands within the linux terminal.
VI editor is going to be used heavily during CKA exam and this editor uses a lot of commands followed by esc or : or / and it is hard for me to remember all the useful switches.
I cannot find a way to list these useful vi editor commands from within the linux terminal so wondering if they are available somewhere on the kubernetes documentation page or during the CKA exam, do they allow a print of some useful commands as such?
If not, any other tips someone could suggest to remember the most useful commands for the vi editor.
You are allowed to use the Linux man command to get help on Linux commands from the terminal.
You are not allowed to browse command documentation in the terminal’s Firefox except for Kubernetes documentation.
It is best to learn (and practice in the labs) useful vi commands.