Interactive Vim Tutorial
openvim.com
Interactive Vim Tutorial
1–10 of 35 posts
Re: Interactive Vim Tutorial
#2+1
Neat
Re: Interactive Vim Tutorial
#3If you really want to learn VIM check out vim-adventures.com a truly interactive vim tutorial.
Re: Interactive Vim Tutorial
#4Open a terminal and type "vimtutor". It's pretty much the best way to learn Vim.
Re: Interactive Vim Tutorial
#5Nicely done!
Re: Interactive Vim Tutorial
#6Some way to remap keys would be awesome for us Dvorak users.
Re: Interactive Vim Tutorial
#7If you really want to learn VIM check out vim-adventures.com a truly interactive vim tutorial.
[deleted]
Re: Interactive Vim Tutorial
#8Nice, very nice ... Once you get used to it, this ancient 30 years old text editor is simply the best.
Re: Interactive Vim Tutorial
#9This was a nice intro to vim, showing the concepts fast. I was just wondering about the match braces commands. I propose that you show off the yank registers, and the @ macro function as well, along with the marks. Another great command is q: and q/. Another area is movement with marks, and filtering, maybe filtering isn't that easy to implement in your tutorial.
Re: Interactive Vim Tutorial
#10Reminded me of this http://vim-adventures.com/; Prefer OP version since it gets you used to the way VIM works.