How to run vimtutor on windows?

I'm running vim on Windows 7. It works, but when I type vimtutor on the command line, a window opens and closes immediately, and nothing else happens.

Is there a way to run vimtutor with Vim for Windows?


Solution 1:

Run gVim from the Start Menu, then File->Open

C:\Program Files\Vim\vim73\tutor\tutor

(may be different with another version or install location, it doesn't have a file extension). Save a copy of the file to My Documents using the menu.

The vimtutor command is a merely a shortcut command to do this, as well as automatically showing the correct translations if necessary. You don't need it.

Solution 2:

Vim 8

This script will start Vim on a copy of the tutor file!

C:\Program Files (x86)\Vim\vim80\vimtutor.bat

enter image description here

Solution 3:

How to run vimtutor on windows?

  • Install cygwin with vim, open a Cygwin Terminal and type vimtutor.

(That's how simple it was ever meant to be).

Explanation: I'm suggesting you should use the right tool for the job, that's why I'm "promoting" Cygwin, which is one of the best ways of having not only vim, but a whole UNIX-like environment on Windows. It is apparent from the question that you are using some graphical vim implementation, and it cannot run vimtutor without a workaround. I say it's a great opportunity of trying out something different: a collection of tools that are not only coherent among themselves, but also quite well-integrated with the host environment (Windows). This is my heartfelt suggestion, which I hope will not only enable you to run vimtutor without a hassle, but possibly give you further satisfactions once you start using it. It has given me a great many, and no problems at all over the course of years, hence my enthusiasm in sharing my experience.

P.S. In your recent comment you mention not having a Windows machine, so I guess this question is no longer relevant to you. Maybe this suggestion can be of some use to others.

Solution 4:

This can happen when Vim doesn't have a translation of a tutor file into the language set by the system, when you have installed additional language files during Vim installation (if installing through the Windows installer) and use Windows with an unsupported locale. I was able to run vimtutor without problems when I reinstalled Vim with the checkbox to install additional language files unchecked.