aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: 6317f76305d8d88d36ff2d04af9f6047227d2e33 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                                                             
## vis-commentary

`vis-commentary` aims to port Tim Pope's [vim-commentary](https://github.com/tpope/vim-commentary) to [vis](https://github.com/martanne/vis).

| Keybind | Description |
|---------|-------------|
| `gcc`   | Toggle comment of the current line in NORMAL mode.|
| `gc`    | Toggle comment of the current selection in VISUAL mode. |

Should you find bugs or unsupported languages, please report them.