wanderings/content/posts/vim-links.md

1.4 KiB

+++ title = "Vim resources" date = 2020-09-17 tags = ["vim"] +++ I'll be dropping links to pages proposing interesting insights of Vim in here.

Let's start with a very classical one : Learn Vimscript the Hard Way by Steve Losh, that I find very useful to give hints when you know precisely what you want to do. I also dig the spirit.

Then there is the cheatsheet approach. I bookmarked Rico's devhints.io page on Vimscript, that I come back to when there's a need. There's also this regex tutorial that is nice to bookmark, as regex are really something you're not in a hurry to master.

Oh and then there's vimways.org's quickfix shortcuts that introduces the thing with its sarcastic tone, quite a journey.

Lastly I also found this useful post on integrating git into vim. Then I remembered I had found this wizard's way of teaching operators in Vim, coming out with comments on orthogonality between operators and motions.