Vim is the only editor I know so I'm very tempted to mimic its behaviour. For now it is blocked because there is currently no way in termion to detect a single `Esc` press, but it should be possible after [this PR](https://github.com/ticki/termion/pull/45) gets merged. Related discussions: - https://github.com/google/xi-editor/issues/93 - https://github.com/google/xi-editor/issues/85 - https://github.com/google/xi-editor/issues/14 - https://github.com/google/xi-editor/pull/12
Vim is the only editor I know so I'm very tempted to mimic its behaviour.
For now it is blocked because there is currently no way in termion to detect a single
Escpress, but it should be possible after this PR gets merged.Related discussions: