0

Where is this text tutor? I keep finding references to it but only get an empty document when I run it.

user276149
  • 89
  • 2
  • 6

1 Answers1

1

The vim-runtime package contains the file required for vimtutor, according to the package index. Install it:

sudo apt-get install --reinstall vim-runtime
muru
  • 207,228