1

Re: More operator pending and maps

Remap b in normal mode to mean match brace:
nnoremap b %

Any dib, dab etc. will now no longer work in ViEmu, latest version.

My particular remap that I use in vim (under which dib, dab etc still work) is:
nnoremap b %
onoremap b %

It seems in vim, after you have entered di or da you are in neither operator pending mode nor normal mode.

2

Re: More operator pending and maps

Tomlu, I'll look into it and try to provide a fix as soon as possible.

Regards,

  Jon