How to run vimtutor on windows?
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.
Vim 8
This script will start Vim on a copy of the tutor file!
C:\Program Files (x86)\Vim\vim80\vimtutor.bat
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.