FR: full support of `{n,v,o,i}noremap`
chrisgrieser opened this issue · 3 comments
chrisgrieser commented
apparently, there is some limited support for noremap, but I think full support of noremap
would be very desirable.
There are a lot of common vim mappings like nnoremap x "_x
that are currently not possible with noremap
Archie-2021 commented
It is such a useful feature, hope to see it implemented soon.
nightwing commented
Turns out full support for noremap required less code than the limited one:)
chrisgrieser commented
thank you so much <3