I remapped a bunch of commands starting with "e", like:
nnoremap < wait > ee :command...
nnoremap < wait > es :command...
etc...
I can see them all just by pressing "e"; however, pressing ESC instead of a second letter will close the suggestions AND switch my current pane to view mode (which is what the "e" mapping normally does, I believe).
Is there a way to avoid incurring into the original behaviour of the remapped letter?