On Dec 11, 3:22 am, "[EMAIL PROTECTED] [IMAP]" <[EMAIL PROTECTED]>
wrote:
>
> In Insert mode, when I press Ctrl-V first time, the ^ symbol appears.
> The second Ctrl-V results in V char. So multiple Ctrl-V results in
> ^V^V^V^V^V^V^V
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.
> When I press Ctrl-Q nothing appears!
>
That's weird...it's supposed to be a synonym for Ctrl-V.
I see however from :help i_CTRL-Q that "some terminal connections may
eat CTRL-Q, it doesn't work then." Maybe that's what's going on with
your CTRL-Q.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---