My vim tip is to add comments in Javascript on multiple lines without using visual selection:
:10,17s/^////g this will comment out line 10-17
My vim tip is to add comments in Javascript on multiple lines without using visual selection:
:10,17s/^////g this will comment out line 10-17