Show HN: I built an online interactive course that helps you learn Vim faster
121–130 of 283 posts
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#122If someone asks me how to do something, I have no idea, I have to physically pretend like I'm doing it on a keyboard to figure out the command.
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#123Earlier quoted context omitted.
Even though, admit it... If the course is really good, the extra $10 are nothing compared to the several hours of frustration that you could save.
Or save all frustration and just don’t use vim ;-)
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#124Can someone please explain to me why I should learn vim? I've made several attempts in my lifetime because I thought there would be some magical "ah-ha" moment, but it never came. Separate modes for command & insert just feels inherently clumsy and slow to me. Is there some other killer feature that can't or hasn't been reproduced by modern editors?
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#125Hunt is a text based 2d multiplayer labyrinth deathmatch game. It even has a unique feature: Labyrinth walls that you can shoot and that will eventually regrow (sometimes different than before).
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#126Can someone please explain to me why I should learn vim? I've made several attempts in my lifetime because I thought there would be some magical "ah-ha" moment, but it never came. Separate modes for command & insert just feels inherently clumsy and slow to me. Is there some other killer feature that can't or hasn't been reproduced by modern editors?
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#127I know the lack of availability of .com/other common TLDs is a problem. I understand the reasoning behind using .io to represent software/saas startups (stands for inputs/outputs). I don't understand .so though. From what I remember, Notion was probably the first high profile startup using it, and it just kinda took off. Searching "why .so domain" comes up with nothing except a Reddit thread with the Notion founder saying it was mostly because it was just an available TLD for "notion" at the time.
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#128Can someone please explain to me why I should learn vim? I've made several attempts in my lifetime because I thought there would be some magical "ah-ha" moment, but it never came. Separate modes for command & insert just feels inherently clumsy and slow to me. Is there some other killer feature that can't or hasn't been reproduced by modern editors?
- 'I want to change the name of this variable. (Change Word)'
- 'I want to copy the contents of this braced block. (Yank Inside Matching-braces)'
- 'I want to surround this word in parentheses. (Visual-mode (region selection) Around Word Surround-with Matching-parens)'
You get used to the separate modes fairly quickly. Your existing editor already works that way when switching between 'region' and 'insert' modes; it's just the command mode that throws people off initially. It's not that rough, especially if you have a reasonably placed key to return to command mode.
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#129Can someone please explain to me why I should learn vim? I've made several attempts in my lifetime because I thought there would be some magical "ah-ha" moment, but it never came. Separate modes for command & insert just feels inherently clumsy and slow to me. Is there some other killer feature that can't or hasn't been reproduced by modern editors?
If you work a lot on the command line on UNIX and Linux systems, vi is the best choice for many because it is extremely widely available and it is also very powerful once you have mastered it.
I do primarily work on the command line and I can assign $EDITOR to anything I want. So what makes it so much more powerful than the plethora of other editors in the space?
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#130Well I think the nice point of doing excercise in a web browser is that you can quickly switch to another tab and search for daring questions such as " by the way why on earth does this monstrosity want me to use hjkl? That don't make any sense!!!!" https://catonmat.net/why-vim-uses-hjkl-as-arrow-keys For a mostly data/SQL guy wanting to learn more about coding it still don't make much sense but at least I know why a…
Indeed, why? Using hjkl is about the worst way to move around in vim...