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
I'm new to vim. Thanks for the useful plugin.
I wonder if there is a way to uncomment current block.
like: :guc
The current block means the code segment where the cursor is located, separated by non-comment lines.
If the cursor is in line #cc, these three lines could be uncommented.
# aa
#bb
#cc
#dd
#ee
The text was updated successfully, but these errors were encountered:
I'm new to vim. Thanks for the useful plugin.
I wonder if there is a way to uncomment current block.
like:
:guc
The current block means the code segment where the cursor is located, separated by non-comment lines.
If the cursor is in line
#cc
, these three lines could be uncommented.The text was updated successfully, but these errors were encountered: