> I apologize for this very newbie question. I recently
> discovered vim and I have been very impressed with it, and I'm
> still trying to learn about all of its functions.
Welcome aboard!
> I'm having a problem with inserting the percent character
> ('%'). I understand it's a motion character, and the manual
> says to do CTL-V to get vim to ignore its special meaning.
> However, it's not working for me. After I insert '%" (even
> using CTL-V), the text get highligthed, and then it becomes
> invisible to LateX. Anything else I should be doing?
A couple questions to help diagnose:
1) are you trying to enter the "%" in insert mode, or are you
typing it in normal-mode?
2) if you are typing the "%" in insert-mode, it's possible that
for some reason it's been remapped. You can find out by looking
at the output from executing
:map
which may indicate that you have an insert-mode mapping for "%"
-tim
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---