Some keys not working under screen in vim
Posted
by
Art
on Server Fault
See other posts from Server Fault
or by Art
Published on 2011-02-05T14:32:22Z
Indexed on
2011/02/05
15:27 UTC
Read the original article
Hit count: 211
When using vim under screen, some keys are not working.
Namely, Pressing Alt-Left produces '3D' and Alt-Right produces '3C'
Also, pressing Up/Down when scrolling list of files in Command-T plugin produces 'A' and 'B' respectively.
When I exit the screen and run vim just under ssh session, all works fine.
Are there any settings in screen itself or terminal server/client I can tweak to fix this issue?
© Server Fault or respective owner