Context: I'm forced to use an insanely underpowered laptop for light webdev work (dont ask why). VSCode with a handful of extensions makes the machine cry in pain. I'm considering Vim + Chromium as a test browser (are there any lighter alternatives?), but ya know, I only know the magical :q
command.
I'm eager to learn though. Any tips?
If you need a lighter test browser there's always lynx...
vim-adventures is a good starting point for learning how to use vim. Once you've got a feel for it, look for extensions -- there are many that do everything from showing git hints in the gutter (added & modified lines) to integrating fuzzy finders. Other people's vimrcs can be good learning resources too.