For example - when coding in Perl, I need to sometimes comment out a bunch of lines.
What I do is something like
:80,96 s/^\(.*\)$/#\1/I want to create a custom shortcut for this so that I can do something like
:80,96 cmfor commenting and
:80,96 ucfor uncommenting.
What should I put in my ~/.vimrc?