Re: Ctrl + Right and Right send same Key Sequence in Putty > Screen > Vim
Sadrul Habib Chowdhury <[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 28, 2011 at 3:06 PM, Bryan Ruiz <[email protected]> wrote: > 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 I get '\EOc' (small C) for ctrl+right in vim in screen. Are you sure you are getting \EOC? Sadrul