开发者

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

开发者 https://www.devze.com 2023-04-09 03:09 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

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


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.


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

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消