Vimtutor

I am in the Linux Fundamentals course in the “Working with Files and Directories” section. In the section the lesson is teaching about VIM and recommends practicing in vimtutuor by entering vimtutor in the command line. However, when I enter that command I get this:

bash: vimtutor: command not found

Can someone tell me what I am doing wrong?

Another way to access vimtutor:

  1. Open Vim:

Open a terminal and type:

vim

  1. Inside Vim, Run Vimtutor:

Once Vim is open, type the following command:

:Tutor

^All credit goes to Copilot^