Open ad184hl opened 7 years ago
Currently there is no way to add any bindings directly in insert mode. All current escape handlers are in the KeyPress()
method of JustEnoughVi
class and that's where you could try to hack it in temporarily.
A more long term solution would be to have key remap capability in insert mode and handle them in the InsertMode
class.
Can I change some place to do it myself?