hi.. so im using putty > screen > vim and screen is sending the same
sequence for Ctrl+Right and Right in application mode for vim.

There is an option to make putty send the cursor mode sequences (disable
application cursor keys mode) when in application mode and that works, but
when screen is introduced, something isn't right.

How would I go about fixing this?  Ideally I'd like screen to send the key
sequence that putty is sending.

*With Screen (in Vim):*

Right = ^[OC

Ctrl + Right = ^[OC

*With Screen (not in Vim)*

Right = ^[[C

Ctrl + Right = ^[OC

*Without Screen (in Vim):*

Right = ^[[C

Ctrl + Right = ^[OC

*Without Screen (not in Vim):*

**

*Right = ^[[C*

*Ctrl + Right = ^[OC*


Thanks for your help!

Bryan Ruiz
_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to