Wednesday, February 2, 2011

Re: Manpage inside Vim

On 02/02/11 23: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.
>
If you put the cursor on the word/statement/command for example "use the
ls command to list ..."

In command mode, you can put the cursor on the word ls and press the
Ctrl K key combination and the ls manpage will open up.
This is handy for C/C++ commands.


--
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:

Post a Comment