I am new to Vim and I temporarily can't get away from my mouse.
One feature that I am missing from IDEs is that I can select multiple lines with my mouse and press one key to Indent(Tab key) or Comment(<C-M>
) them.
The Vim's way as I know (<C-V>
;many j-key strokes;<Shift-I>
,//,<ESC>
) seems too many key strokes for me.
Is there a vim script that enables me to Indent and Comment my code block in the IDE's way?