Someone recommended me that I should use vimtutor to learn the basics of vim. But I have no idea how to use it. Is it an application? A website?
This is the only link that was given during the discussion here and I can't find a link to anything.
Any suggestions?
05 Answers
Yes, vimtutor is literally the name of a program that runs you through a tutorial for vim. If installed on a Unix environment, that command should be sufficient. On windows, there's an entry in the start menu folder just titled "Vim tutor" which is a shortcut for vimtutor
vimtutor is a program that usually gets installed when you install the normal vim/gvim package. You should be able to just run "vimtutor" on the command line, assuming that it got built and installed correctly, and is on your path, etc... If you can't run it on the command line, or it doesn't work for you, you'll have to do some digging to figure out why. In my experience vimtutor doesn't always work as expected. I would start by looking in the install folder for Vim, and see what you can find.
At its core, it's basically just a text file that has some examples that walk you through the basic commands available in vim. It shows you have to navigate using the keyboard, how to edit text, and use some other basic commands. If you can't get vimtutor to work immediately, you can either just keep messing with it, do some more searching (there are plenty of results when you search for vimtutor in google) or just give up on it and learn vim using another type of tutorial. Vimtutor is fairly limited anyway, so it's definitely not that important to get working.
If you're using neovim, the way to enter in Tutor file directly from terminal is typing:
nvim +TutorI've learned just reading the "nvim -h"
I have neovim (nvim) and executing vimtutor command from terminal doesn't launch the tutor.
If it's the case you can execute nvim first and inside the running editor execute :Tutor command which bring you to VIM Tutor.
Type:
yum install vimeven if you have vim already installed.
This will install additional files including the "vimtutor".