Live data from Hacker News

Show HN: I built an online interactive course that helps you learn Vim faster

vim.so

201–210 of 283 posts

Re: Show HN: I built an online interactive course that helps you learn Vim faster

#201

Earlier quoted context omitted.

Or save all frustration and just don’t use vim ;-)

I've used vim for many years now. It is true, learning vim makes it very frustrating when you find yourself having to use another editor. Luckily, vim is pretty much everywhere so those situations are rare.

I find that vim really shines in editing text on touch screens with on-screen keyboards. I can do complicated commands without doing too much typing out digging through menus or using ctrl alt whatever keys.

Re: Show HN: I built an online interactive course that helps you learn Vim faster

#202
I'm considering learning more vim besides "esc /insert and :q :w" and this might be a great start.

As an emacs user it's frustrating having to install emacs to do some config editing whereas in my experience vim is included everywhere. e.g. my router.

Re: Show HN: I built an online interactive course that helps you learn Vim faster

#204
post #202

I'm considering learning more vim besides "esc /insert and :q :w" and this might be a great start. As an emacs user it's frustrating having to install emacs to do some config editing whereas in my experience vim is included everywhere. e.g. my router.

You've also got "u" for undo. That's another one for you.

Re: Show HN: I built an online interactive course that helps you learn Vim faster

#205
post #105
post #34

Earlier quoted context omitted.

For anyone wondering, you use it by executing vimtutor in terminal (not in vim). Also, you exit by pressing ESC and then typing :q (hit enter)

How fitting that the tutorial for vim needs its own pre-tutorial for exiting.

Having seen machines that have hundreds of Vim sessions opened because “system integrators” didn’t know how to exit Vim, it should be the very first thing taught

Re: Show HN: I built an online interactive course that helps you learn Vim faster

#207

Hey 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 :)

Well done on building this.

For some meta-advice: ignore all the salty comments in this thread... it must be a full moon

Re: Show HN: I built an online interactive course that helps you learn Vim faster

#208

Hey 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 :)

Hello, I tried purchasing the lifetime access earlier with Google Pay and accidently bought it twice. I did not get any order confirmation email nor do I see the transaction within Google Pay. I was able to get in and do the lessons What should I do? I apologize for reaching out on a public website but there is zero contact information on vim.so.

Re: Show HN: I built an online interactive course that helps you learn Vim faster

#209

I think some (maybe vim experts) jumped a bit too quickly to vimtutor . In some regard, I agree. But I tried the initial exercise on my 8 year old and was impressed, so I purchased to have access to the rest. I'd say I'm a sub-par intermediate vim user - knowing enough to know that I don't know or use the true power of vim day to day, but have memorized a few "tricks" that seem to impress basic vim users. Hoping I ca…

There’s been decent demand for some more advanced lessons. I’m considering adding more. Anyone who has bought already would get the additional lessons for free

Re: Show HN: I built an online interactive course that helps you learn Vim faster

#210
post #161

Earlier quoted context omitted.

Looks like "vimtutor" is primarily text explaining the hotkeys. For me, the bottleneck to picking up vim has not been merely knowing the hotkeys, but more internalizing the commands and building muscle memory. The interactive game format of this website could possibly solve that, so it appeals to me.

It says this in the 3rd or 4th paragraph: > It is important to remember that this tutor is set up to teach by use. That means that you need to execute the commands to learn them properly. If you only read the text, you will forget the commands! And it's free, not 15 USD or whatever this site is charging.

Okay... but the difference between a piece of text just telling me to use the commands so I remember them versus an interactive trainer that provides a structured setting for me to use them is pretty significant, no?
Post reply on HN