On Thu, Sep 8, 2011 at 11:38, Roel Vanhout <roel.vanh...@gmail.com> wrote: > I need this to easily get 'tooltips' of php function signatures in > vim, so that I don't have to go online just to look up the order of > arguments each time.
$ pear install doc.php.net/pman and then in vim set keywordprg=pman and then place the cursor over a function and hit "K" (shift-k). -Hannes