replit/codemirror-vim

FR: full support of `{n,v,o,i}noremap`

chrisgrieser opened this issue · 3 comments

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

It is such a useful feature, hope to see it implemented soon.

Turns out full support for noremap required less code than the limited one:)

thank you so much <3