Show HN: I built an online interactive course that helps you learn Vim faster
11–20 of 283 posts
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#12Re: Show HN: I built an online interactive course that helps you learn Vim faster
#13Re: Show HN: I built an online interactive course that helps you learn Vim faster
#14A free resource I really like is simply running `vimtutor`. It gives you a text file with exercises and you edit that text file directly.
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#15Re: Show HN: I built an online interactive course that helps you learn Vim faster
#16Re: Show HN: I built an online interactive course that helps you learn Vim faster
#17Hate to be a negative Nancy, but on a bog standard Chrome on a bog standard Windows 10, in the first exercise the HJKL keys do nothing. The arrow keys do work...
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#18Hey y'all! I built this interactive course after a year of learning vim and finding it to be extremely useful in my day to day development experience. The course is designed to give you lots of interactive practice so you can develop the muscle memory needed to effectively use vim. Would love to hear what you guys think about it :)
There's also no mention of the slash '/' command, moving to a particular line number with 'Shift-G', 'dw' for deleting words, or any number of things that are essential to know if you want to use vim effectively.
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#19Minor detail: I would recommend you set up the keyboard focus on the game as soon as the page loads. Saw a comment mentioning that the HJKL keys were not working and the same happened to me...right until I clicked on the command-line box in order to have my keyboard focus it.
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#20*You have a small typo in your title: should be spelled "emacs" ;)
Kidding aside, the course is fun, nice work.
Per other comments in the thread, if you want to integrate vim muscle memory and browsers, check out the Vimium extension for Chrome (granted, I've overwritten the defaults with emacs, but the idea has still been helpful and minimized mouse use).