Ask HN: What is a good guide for learning Vim
8 points| daschaa | 3 years ago
I would prefer any kind of interactive learning stuff, since I'm a very lazy reader. But this is just a preference of mine - I would be willing to read stuff aswell ;-)
Thanks in advance!
fm2606|3 years ago
My VIM skills are still very basic and vanilla and I've used it as my main editor for a couple of years now.
My .vimrc is setup and I copy that to whatever computer I'm working on. I pretty much "stole" my setup from others.
daschaa|3 years ago
uf00lme|3 years ago
‘Vimtutor’ on *nix or in windows land it should be a bat file somewhere in install directory.
daschaa|3 years ago
walderf|3 years ago
anyways, my advice is to just keep using it, no matter what! funny thing, the first couple of days i could not stop typing "nano <file>" due to muscle memory so i finally aliased it to "nvim" and also created "pico" as a link to nano's binary, just in case. well, it took maybe 3 days for me to find myself in nano and trying to control it with vim commands. that was the day i removed nano from my systems and made nvim my editor of choice!
what's helped me the most on advanced features is every once in a while learn a few new key presses. i reference these [1] two [2] cheat sheets every so often and i pick 2 or 3 commands and write them on a note pad in front of me. i reference the notepad a few times until i retain the command, which is pretty hard sometimes, but so worth it.
[1]: https://devhints.io/vim
[2]: https://vim.rtorr.com/
martinni|3 years ago
manofmanysmiles|3 years ago
This article got me from scared of of VIM to feeling crippled without it.
asicsp|3 years ago
daschaa|3 years ago
seren|3 years ago
daschaa|3 years ago
loloquwowndueo|3 years ago
https://vim-adventures.com/
daschaa|3 years ago
caseyscottmckay|3 years ago
daschaa|3 years ago
pawelduda|3 years ago