Hello, I ran into this issue. I get this message:
There were issues reported with your **which-key** mappings.
Use `:checkhealth which-key` to find out more.
and this is in checkhealth:
checking for overlapping keymaps ~
- WARNING In mode `n`, <y> overlaps with <y<C-G>>:
- WARNING In mode `n`, <gc> overlaps with <gcO>, <gcA>, <gcc>, <gco>:
- <y>: nvim-tree: Copy Name
- WARNING In mode `n`, <gc> overlaps with <gcO>, <gcA>, <gcc>, <gco>:
- <gc>: Comment toggle linewise
- <gcO>: Comment insert above
- <gcA>: Comment insert end of line
- <gcc>: Comment toggle current line
- <gco>: Comment insert below
- WARNING In mode `n`, <gb> overlaps with <gbc>:
- <gb>: Comment toggle blockwise
- <gbc>: Comment toggle current block
I cannot find where those keys are configured, they aren’t explicitly configured at least. How can I find them or can I override them?