Hello Tony,

Tuesday, December 16, 2008, 2:18:16 PM, you wrote:


>> 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.


> ^[ in blue means Ctrl-[, i.e., the Esc character. The whole result
> means that when you hit Ctrl-Left, the sequence of interfaces
> between the keyboard hardware and your Console Vim sends the three
> bytes Esc [ D (or 0x1B 0x5B 0x44) to represent that keypress.

Thank you, but how I can now map this three bytes to <c-o>b ?


-- 
Best regards,
 [email protected]                            mailto:[email protected]


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to