mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.39k stars 411 forks source link

How do you comment multiple selected lines in HTML? #538

Open guifsdev opened 2 years ago

guifsdev commented 2 years ago

Hi, I'm really sure this is a dumb issue to be opened but I couldn't really find anything! I'm just trying to comment out a number of <td>'s inside a <tr>. I know that <C-y /> will comment a single line, but I can't find a way to visually select multiple lines and have them commented. Can anyone help?