Hacker News new | ask | show | jobs
by ptarjan 292 days ago
https://www.vimgolf.com/ is what taught me to VIM
1 comments

I like the idea of vimgolf, but almost every "good solution" is a regexp replacement. Which is a problem since outside of vimgolf, I've very rarely used i. The usecase of vim regexp is quite narrow, basically only used in converting files between formats (a task I'd rather use other tools for)