You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Summary
A really helpful vim shortcut to use would be using
gcc
to toggle the comment of a line.I can't think it'd be that difficult to do either. Some simple if statements to chose whether to run
I#
orIdf#
in the case of Python's comments.The text was updated successfully, but these errors were encountered: