> Not a huge issue but it breaks a common work flow that many developers bring > from other languages and I have no clue how to solve it.
[Sounds like you need this](https://nim-lang.org/docs/nimgrep.html) But I understand where you come from. All I can say is that, as a guy who uses Linux + vim + sed/grep/awk religiously, I never ran into problems like those. I personally deviate from [the Style Guide](https://nim-lang.org/docs/nep1.html), in that I always use `snake_case` because I can't stand `CamelCase`, but as I said, it never created any problems for me in practice.
