Wednesday, February 2, 2011

Re: Manpage inside Vim

On 02/02/11 10:19, Ajay Jain wrote:
> Hi,
>
> I want to be able to open a manpage using VIM without exiting it. For
> example .. I want to able to do something like:
>
> vim dumm.c
> :tabe **** man ls .****
>
> Is this possible?
>
> Regards,
> Ajay.
>
Try:

:tabnew | silent !man <thing>

Cheers,
Daniel

------------------------------------------------------------
Daniel Corrêa
+55 (45) 9938.3993
http://about.me/dnlcorrea

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: