New versions of xterm can apparently send elaborate escape sequences for modifier-key-combinations (e.g. Ctrl-E) and new versions of vim tell them to do that. So Ctrl-E may now be just ASCII 0x05 or a long sequence and we want both to work.