Duplicate the selected lines and comment the original
before:
echo 'hello'
after:
# echo 'hello' echo 'hello'