Skip to content

Commit

Permalink
Merge pull request #2694 from Ran4/master
Browse files Browse the repository at this point in the history
Fix vim-commentary description in README
  • Loading branch information
xconverge authored May 30, 2018
2 parents cbedb1e + 482d230 commit 1fe51c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ Some examples:
Similar to [vim-commentary](https://github.com/tpope/vim-commentary), but uses the VSCode 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 line.
* `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 parenthesis.


Expand Down

0 comments on commit 1fe51c8

Please sign in to comment.