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
Similar to [vim-commentary](https://github.com/tpope/vim-commentary), but uses the VS Code native _Toggle Line Comment_ and _Toggle Block Comment_ features.
Usage examples:
-`gc` - toggles line comment. For example `gcc` to toggle line comment for current line and `gc2j` to toggle line comments for the current line and the next two lines.
-`gC` - toggles block comment. For example `gCi)` to comment out everything within parentheses.
The text was updated successfully, but these errors were encountered:
like ideavim,
gcu
orgcgc
Uncomment the current and adjacent commented lines.Vim/README.md
Lines 602 to 609 in 973403e
The text was updated successfully, but these errors were encountered: