Is there an interactive way to learn Vim?

VimEditor

Vim Problem Overview


Years ago I was looking for a way to learn Vim that didn't involve a wall of text, or scrolling through vimtutor without knowing the commands to do so. I wondered if anything else existed for such a purpose.

Vim Solutions


Solution 1 - Vim

I programmed a game just for this purpose! It's an online game where you move the cursor using vim commands and motions. Check it out on http://vim-adventures.com. The first couple of levels teach hjkl and word navigation. The rest is planned to cost money.

Solution 2 - Vim

Solution 3 - Vim

To answer your question: vimtutor is the good way to interactively learn vim. If you read through it, it gives you all the necessary commands to go through it, and you actually learn to use vim.

If that's too much effort, I really doubt vim is for you.

Solution 4 - Vim

Old question, but for others looking for something similar that has not been mentioned: https://www.shortcutfoo.com/

Solution 5 - Vim

http://kikuchiyos-vim-game.herokuapp.com

Spiked this mid 2011, around time vim adventures was made, but never went nearly as far as vim adventures did. Never got much play, but still a free alternative for anyone interested in getting over the vim learning curve - basic movement and changing modes.

Solution 6 - Vim

haven't used it, but it looks close to what you're asking for

http://www.openvim.com/tutorial.html

Solution 7 - Vim

For the very beginner http://vimsnake.com is also a nice one.
It will interestingly improves the muscle memory for keys h,j,k,l, esc and i

Now after getting prepared for those keys, we can move to http://www.vimgenius.com/ for learning. It is just similar and alternative for shortcutfoo.com and more it is vim specific.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestioneggonlegsView Question on Stackoverflow
Solution 1 - VimDoron LinderView Answer on Stackoverflow
Solution 2 - VimdmedvinskyView Answer on Stackoverflow
Solution 3 - Vimstatic_rttiView Answer on Stackoverflow
Solution 4 - VimstevekrzysiakView Answer on Stackoverflow
Solution 5 - VimkikuchiyoView Answer on Stackoverflow
Solution 6 - VimJoelView Answer on Stackoverflow
Solution 7 - VimvusanView Answer on Stackoverflow