it seems that which-key create conflict with mini.commnet…if I disable it gc and gcc works according…now I don’t know how to let both plugin live togethere
This is what is showed after doing :verbose namp gc, seems that all is ok…still if I press gc // on commentig line a search command is done…if I try on commented line with gcc command the line is cleared…
n g * lua require(“which-key”).show(“g”, {mode = “n”, auto = true}) Last set from Lua
n gcc * Comment line Last set from Lua line 293
n gc * Comment Last set from Lua line 293
it works!!!..many thanks!!!
ok, thanks. The function indicated in stackoverflow link (with a easy change) works!