VIM Master
61–70 of 123 posts
Re: VIM Master
#62Learned vim with a game like this. It was a vscode extension, I don’t remember what it was called. Anyway it’s easily the best time investment I’ve ever made, period. Takes a couple days of messing around, and you can basically never leave modal editing behind! It’s just so much better. I’m still not even a vim master. Just the basic motions and commands are enough to never want to give em up. Throw macros and regist…
> I’m still not even a vim master.
I can do some things that people using vim for decades didn't know was possible. I'm still not a vim master. How does one ascend to the levels of TPope?Joking aside, I think that's one of the nice things about vim. There's always more to learn. Not in the way that you're missing something but in the same way this is true for any programming language. It's because these tools are so flexible they can do just about anything
Re: VIM Master
#63Tried the challenge mode - would like to see support for Ctrl + [, acting as escape!
Why remap? This is native. Maybe your keyboard has brackets in a tough place but that also makes it sound like it's hard to use arrays
Re: VIM Master
#64Learned vim with a game like this. It was a vscode extension, I don’t remember what it was called. Anyway it’s easily the best time investment I’ve ever made, period. Takes a couple days of messing around, and you can basically never leave modal editing behind! It’s just so much better. I’m still not even a vim master. Just the basic motions and commands are enough to never want to give em up. Throw macros and regist…
Vscode Vim Academy
https://marketplace.visualstudio.com/items?itemName=kaisun.v...
Does that look like what you used?
Re: VIM Master
#65Re: VIM Master
#66Here's 8 chapters on how to exit Vim: https://github.com/cloudstreet-dev/Vim-with-Vigor
Re: VIM Master
#67Earlier quoted context omitted.
Right, I mean, author has the right to do this -- but it still seems like a gloriously stupid thing to try to get someone to pay for in this way; like what market is this? Like, I'd bet "Pay $10 if you like it" / ReaperWare would earn this person literally an order of magnitude more money.
>ReaperWare What does this mean? All I found on the Google was a company that produces sim racing gear.
Re: VIM Master
#68Earlier quoted context omitted.
> vimtutor is to Babbel what this is to duolingo It took me half a minute to realize that you probably meant "vimtutor is to VIM master what Babbel is to duolingo".
Isn't it exactly the same thing? If a:b=c:d then a:c=b:d.
Re: VIM Master
#69These little tutorials and games are great. I played VIM Adventures. However, one thing I really struggle with is learning when I can be doing something more efficiently. I rarely use markers, anything beyond default registers, commands, and so on. I'm giving Neovim a try for my systems course trying to get better but I do wish these sorts of games pushed me to get better at these more advanced usage tricks.
hardtime.nvim[1] (or vim-hardtime[2] if you're old-school) do exactly this but within your editing session. There's an associated blog post[3] explaining the rationale behind some of the workflow choices and you can of course bring your own.
[1]: https://github.com/m4xshen/hardtime.nvim