It would seem to be quite doable to have a vim specific prediction engine which tries to track the mode (normal/insert/command/visual/visual block) and perform accordingly.
One easy way to accomplish this would be to have an escape code which entered/exited vi prediction, then the editor could be configured to emit the correct codes when necessary.
It would seem to be quite doable to have a vim specific prediction engine which tries to track the mode (normal/insert/command/visual/visual block) and perform accordingly.
Date: 2014-04-23 03:48:25
User: travisb
One easy way to accomplish this would be to have an escape code which entered/exited vi prediction, then the editor could be configured to emit the correct codes when necessary.