I can't do much about it. You'll still need to know a little about how VISUAL mode works. Also, we can mention this in docs :)
My mappings with Kommentay were like this:
local map = require'map'
map.n{'<leader>c', '<Plug>kommentary_line_default', noremap = false}
map.x{'<leader>c', '<Plug>kommentary_visual_default<C-c>', noremap = false}
I don't know what it's going on under the hood. I wonder if it's something that could be applied here as well?
Originally posted by @mbenford in #78 (comment)
My mappings with Kommentay were like this:
I don't know what it's going on under the hood. I wonder if it's something that could be applied here as well?
Originally posted by @mbenford in #78 (comment)