How can I get vim arrow keys to work inside a mosh shell? They used to work for me but after upgrading something (mosh probably) it's broken.
Arrow keys don't work
mosh 1.2.6remote shellvim 7.4ubuntu 14.04
Workaround
:set term=builtin_ansi
but with this I lose my 256 color display. On a regular ssh session it works fine (where the value of term is xterm-256colors).
Works (I have this on another machine)
mosh 1.2.5remote shellvim 7.4ubuntu 16.04