Earlier quoted context omitted.
Or f%x
That doesn't finish the challenge
Show HN: I built an online interactive course that helps you learn Vim faster
191–200 of 283 posts
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#192This is neat but newcomers beware. This is the easy part. Setting up your config and plugins is why most people go back to ides
Aren't you supposed to avoid plugins and config so that vi/m will be familiar everywhere you go? That's the advice I've gotten on this board.
Except vim. No plugins into vim. That is sacrilege.
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#193Re: Show HN: I built an online interactive course that helps you learn Vim faster
#194Can 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
#195I know that vim is particularly enjoyed. The site looks nice and I wish you the best luck with this. But for beginners, I now recommend micro as a console text editor ( https://github.com/zyedidia/micro ). It's a one line install with all the shortcuts and display that have become a standard across editors.
Does anyone know who had the bright idea to replace vi with nano as the standard text editor and why this became some sort of standard? I really don't get it. Vi is unintuitive and unfamiliar to unix newebies, but at some point every even half-competent person on unix could use it enough to at least do simple config file changes. Plus, if you took time to learn it properly, you actually knew a quite capable editor. A…
If you use the box for more than 5 minutes a year, you'll probably change it to vim or whatever you prefer anyway.
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#196Well 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…
> " by the way why on earth does this monstrosity want me to use hjkl? That don't make any sense!!!!" Indeed, why? Using hjkl is about the worst way to move around in vim...
Though you may have been alluding to more powerful movements!
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#197Earlier quoted context omitted.
> but you could use y2aw if you were in the middle of a word. Wow, how does it work? Why y3aw doesn't fully work for 3 words (it captures space before the word I started with)?
y2iw should copy without enclosing spaces. My mnemonic is "inner word" vs. "a word".
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#198Earlier quoted context omitted.
HJKL also allows you to keep your fingers on the homerow at all times which is really great. I had issues with RSI that when away when I started using Vim properly. Travelling to the arrow keys now feels like a painful task to me! Of course, as a sibling comment mentioned, hjkl is the worst way to move around--"power users" generally only use them to move a char/line or two.
Not when using Dvorak, here's how it maps from Qwerty: H->J J->C K->V L->P Still works pretty well, i've gotten used to it.
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#199Earlier quoted context omitted.
On the other side, it is probably the most unnecessary inflicted pain for beginners. Even after years of using vim on a daily basis, I can't get used to hjkl and still use the arrow keys. I tried a few times with different approaches, but it never lasted more than a few days. So pushing someone new to use hjkl for navigation is so unnecessary and just kills a lot of motivation for very little value. Starting with del…
Opposite problem: I get so used to hjkl, I screw up everywhere else for awhile.
Re: Show HN: I built an online interactive course that helps you learn Vim faster
#200$15 for lifetime access... rubs chin... I'm old. Would you take $5 as my life is 2/3 gone?