Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
19
rated 0 times [  19] [ 0]  / answers: 1 / hits: 16100  / 2 Years ago, wed, september 14, 2022, 5:49:58

I want to learn Vim. The vast majority of people advise me to use vimtutor. I downloaded the package and ran it, but I just get given a blank screen.



enter image description here



I see on Youtube that there should be tons of things on there. But I am not getting it...How can I fix this?



Originally, I was told by the terminal to install vim-runtime in order to run vimtutor, and I did and it ran, albeit with a blank screen. I was able to run this tutorial after I installed vim-gtk. Anyone know why it didn't show up the first time?


More From » vim

 Answers
7

The vimtutor command requires a Vim that has Vim scripting support compiled in. For those familiar with building Vim from source, this requires at least the normal feature set or higher.



The default Ubuntu desktop installation only includes the vim-tiny Install vim-tiny package, which is Vim compiled with almost all optional features disabled. This variant of Vim provides enough to run vi with all of the basic functionality of a vi-compatible editor, but none of the power of Vim. Since it does not have Vim scripting support enabled, it cannot work with the vimtutor command. You should install one of the more capable Vim variant packages instead:





Any one of these packages provide a Vim that is capable of running vimtutor. For more about the differences between these Vim variants, see the following questions:




[#24673] Thursday, September 15, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oneeme

Total Points: 340
Total Questions: 110
Total Answers: 133

Location: Ghana
Member since Fri, Oct 21, 2022
2 Years ago
;