Skip to content

Commit

Permalink
Merge branch 'main' of github.com:terrortylor/nvim-comment into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alex.tylor committed Jun 2, 2021
2 parents 61a81d7 + 757969b commit 81e4026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Either use the command `CommentToggle`, e.g.:

* `CommentToggle` comment/uncomment current line
* `67,69CommentToggle` comment/uncomment a range
* `'<,>CommentToggle` comment/uncomment a visual selection
* `'<,'>CommentToggle` comment/uncomment a visual selection

Or use the defualt mappings:
Or use the default mappings:

* `gcc` comment/uncomment current line
* `gc{motion}` comment/uncomment selection defined by a motion:
Expand Down

0 comments on commit 81e4026

Please sign in to comment.