←back to thread

VIM Master

(github.com)
378 points Fluffyrnz | 1 comments | | HN request time: 0.199s | source
Show context
ptarjan ◴[] No.45048787[source]
https://www.vimgolf.com/ is what taught me to VIM
replies(1): >>45048896 #
1. baalimago ◴[] No.45048896[source]
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)