>> No. Try pressing CTRL-V *once*, then pressing Ctrl-Left. The idea is
>> that by doing this, you will see exactly what Vim receives from the
>> keypress. The point is to verify that Vim receives the keypress at
>> all, and if it does that it is what Vim expects. See :help i_CTRL-V
>> for details on what we are asking you to do.
>
> Excuse me!
> Pressing Ctrl-V followed by Ctrl-Left results in four chars ^[[D
> - the first two ^[ are blue and the last two [D are white.
> But I have no idea what they mean.
That doesn't look promising. They look like the ANSI codes for regular
cursor keys, i.e. the same as if you pressed it without control. You can
verify this using the CTRL-V trick: see if CTRL-V LEFT gives something
different to CTRL-V CTRL-LEFT. I suspect it won't.
In that case you'll have to investigate options of the terminal program
you are using? Which are you using? The default thing that comes with
Cygwin? I don't know Cygwin well, but does it have some options? See if
it has any to do with terminal emulation, or control keys. Or
investigate trying a different terminal program.
That your CTRL-Qs are eaten isn't a surprise at all if you are using
some program that indeed does emulate a terminal. CTRL-S is probably
eaten too. You can possibly get Vim to see them if you issue
stty -ixon
prior to starting Vim, if indeed that command exists in Cygwin.
Ben.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---