Is there an interactive way to learn Vim? [closed]

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.


Interactive tutorial:

  • http://www.openvim.com/

HJKL-learning game:

  • http://www.vim.org/scripts/script.php?script_id=3409

Screencasts:

  • http://derekwyatt.org/vim/tutorials/index.html

  • http://vimcasts.org


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.


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


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.