On 15/10/09 17:44, mszargar wrote:
>
> Hi,
>
> I use Vim as my Latex editor, due to its no-clutter, no-hassle,
> minimal interface that lets me concentrate on what I write. I have
> configured the Latex extension correctly in a way that pressing<F9>
> on a \ref{} or \cite{} command brings up the citation completion
> window with a list of references in my .bib file. The only problem is
> that I don't know how to select one or more references and let the
> editor finish the completion task. I just press F9 and get a list, and
> then either I have to copy and paste or retype the found bibkeys.
> Pressing Return or F9 doesn't do anything. I couldn't find any
> information in Latex package help. I guess it is something obvious and
> everybody knows it, but around me noone uses Vim. Any idea how it
> works?
>
> Mah

Have you tried Ctrl-N (next) or Ctrl-P (previous)? Or is this Latex 
completion using something else than Vim's various kinds of Insert-mode 
completion?

If you told us what Vim replies to

        :verbose map! <F9>

it might be easier for us to help you.

See
        :help i_CTRL-X
        :help ins-completion


Best regards,
Tony.
-- 
"You must realize that the computer has it in for you.  The irrefutable
proof of this is that the computer always does what you tell it to do."

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

Reply via email to