What’s a quick way to comment/uncomment lines in Vim?
I have a Ruby code file open in vi, there are lines commented out with #: Say I want to uncomment all the lines in the first def … end section. What’s an efficient way to do that in Vim? In general, I’m looking for an easy and fluid way to comment and uncomment lines. … Read more