Vim customization --
I have added these lines in my .vimrc
inoremap /* /**/< Left >
- what i intend is, when in press open comments /* -- it should automically print the closing comment.
- when in comments, what do i add to .vimrc, so that when in comments block at each enter, an "*" is printed at the next line.
/ *
*
* /