Is there a support of vim visual mode multiline ?

Hi,

I wonder if it’s posssible to use visual mode on multiline for commenting a block of text by example like I do with basic vim :

ctrl+v
shift+i
move cursor
indent or comment…
press esc

Check my demo -> https://youtu.be/xs9_b7Mu7Ns

Any idea ?