To modify deployment files, pod files to continue with the lab sessions, I am able to open the file with vi. But from there I am not able to add anything to the file and cannot make any changes to the file. It is stopping all my lab practice. Any help?
We have a VI FAQ that you should become familiar with. vi is not terribly intuitive, but it’s very useful, particularly if you want to go for a certification. It’s a key skill.
Vi has a default mode which responds to various key strokes, but doesn’t immediately let you edit. Typing “i” will put you into edit mode; will take you out of edit mode. But look at the readme.
If you use a Mac or have WSL on Windows, open a terminal and enter vimtutor
, and it will give you a basic tutorial in using Vi. Worth doing if you’re new to vi.
Thank you for your reply. I am new to vi and realized that i will allow me to make the edit. Thanks again. It’s working now.