Commenting/uncommenting with vim/gVim
Comment a block: go to first line of block Ctrl+V (or Ctrl+Q) to enter BLOCK mode go to last line of block press Shift+I to enter INSERT mode enter comment string, e.g., # and press ESC Uncomment a block: go…
Read more