In command line mode, is there support for quickly selecting the text from the third line to the hundredth line? Like ``` :3,100V // select txt :3,100"* // copy txt to system clipboard ```