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

2019-03-07 11:02发布

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 editor
7条回答
Anthone
2楼-- · 2019-03-07 11:32

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.

查看更多
闹够了就滚
4楼-- · 2019-03-07 11:42

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

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

查看更多
倾城 Initia
5楼-- · 2019-03-07 11:48

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.

查看更多
Melony?
6楼-- · 2019-03-07 11:50

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

查看更多
戒情不戒烟
7楼-- · 2019-03-07 11:50

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.

查看更多
登录 后发表回答