Search Results

1
vote

What’s the most elegant way of commenting / uncommenting blocks of ruby code in Vim?

After visually selecting, in block mode, the text you want to comment out, hit I (that is a capital i), type # and finally hit the escape key. It's basically the s …