Looks nice but "Sign in with Google" = No way.
Show HN: I built a web app for learning Vim from the browser as a 17-year-old
11–20 of 53 posts
Re: Show HN: I built a web app for learning Vim from the browser as a 17-year-old
#12It did ask me to connect using google. I bailed there since I don’t really want to connect my google account to random things.
I’m not actually wanting to learn vim. I know it enough to do whatever I need while ssh’d into random machine. But I do want to encourage you to keep building stuff!
Re: Show HN: I built a web app for learning Vim from the browser as a 17-year-old
#13Do learners not worry that the web apps might not emulate Vim accurately and the inaccuracies might make you pick up bad habits at best or learn outright wrong keybindings at worst?
I mean if you are going to use Vim, you will probably run `vim` sometime. You might well run `vimtutor`. It's a simple command. It's free. It's available with Vim. The whole tutorial is less than 1000 lines long.
Re: Show HN: I built a web app for learning Vim from the browser as a 17-year-old
#14Looks nice but "Sign in with Google" = No way.
Re: Show HN: I built a web app for learning Vim from the browser as a 17-year-old
#15Re: Show HN: I built a web app for learning Vim from the browser as a 17-year-old
#16vimtutor is free. This is $15. Really?
Re: Show HN: I built a web app for learning Vim from the browser as a 17-year-old
#17What did you use to make your demo video? I like the focus pans!
Re: Show HN: I built a web app for learning Vim from the browser as a 17-year-old
#18I don't get those interactive learn vi(m) projects. Why not simply use vimtutor?
I was moderately curious about Vim but didn't really need to use the tool, but eventually after many months, I got curious enough to start and complete vimtutor. The introduction to vimtutor says it should take 30 minutes, but it took me 1.5-2 hours over two days while also making notes after the exercises to better remember the lessons (in my case, my approach to vimtutor worked, as I use Vim nearly every day for personal notes to keep practicing).
However, I put off vimtutor for months because it looked like work. While completing vimtutor, the process of completion also felt like work. A more friendly UI like the submitted article can help people easily get started and increase completion rates, which makes it easier to pick up the skill.
I didn't check if the submitted article does this, but newer interactive Vim tutor projects can also teach commands that I believe are essential to reducing the friction of using Vim. For example, throughout vimtutor I spammed jjjjjj to get down and did the same with k to go up, but only later found out that Ctrl+B & Ctrl+F (go back or forward a half-screen) or Ctrl+U & Ctrl+D (go up or down a full screen) were far easier ways to scroll, or at least 4k or 4j (four lines up or four lines down). This makes Vim much more pleasant to use, and makes it far easier to navigate through a file.
Still, I agree that vimtutor is great as it's free and in the console, but is room to make the introduction more friendly. $15 seems pretty steep, though, especially as there are other free alternatives out there to make it easier to learn Vim (at the very least, video tutorials and written guides).