@@o-linesecurity7109 at 8:20, that whole script, after you typed in the Pa$$w0rd, typing "Go" doesn't shoot my line to the bottom, idk what I'm doing wrong.
@@jomembawang vim is a special type of editor that needs you to hit the letter "i" in order to start typing into a file. When you hit the letter "i" you enter "insert" mode, which enables you to start typing things into the file. Now, before you hit the letter "i" you can use some of the shortcuts to navigate through a file. Such as the shortcut "Go." You want to type "Go" prior to entering "insert" mode. Therefore, you shouldn't see the word "Go" when you type it. If you do see it, this means you are in insert mode, and you don't want to be in insert mode in order to use the shortcut. Therefore, to exit insert mode you should hit your "esc" key, then type "go" to send you to the end of the line. Hopefully this helps.
@@o-linesecurity7109 hmm I think I understand, it's just when I type go (I don't see it) it just bounces me back to the same line I'm on, it doesn't push me to the bottom of everything like it does in the video
@@jlewis2037 it shouldn’t save after hitting “esc”. It should stop you from editing, then enter “:wq” without the quotations. That should write (w) and then quit (q).