Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 239 Bytes

vimcommands.md

File metadata and controls

7 lines (5 loc) · 239 Bytes

Vim commands

Uncomment a block

Put a cursor on the first #, press CtrlV, select your lines, press x.

Comment a block

Go to the first needed line, press CtrlV, select your lines, press ShiftI, press #, press Esc.