LINUX.ORG.RU

Как в VIM-е просмотреть man-страницу в отдельном окне


0

0

Хочется просмотреть в VIM-е man-страницу. Но не как :!man <bla-bla>, а чтобы она отображалась в одном из окон (имеется в виду окно, создаваемое по CTRL-W n в VIM-e). Просто хочется иметь man-страницу перед глазами.

anonymous

:help man

Displays a manual page in a nice way.  Also see the user manual
|find-manpage|.

To start using the ":Man" command before any manual page was loaded, source
this script from your startup vimrc file: >

        runtime ftplugin/man.vim

Options:
'iskeyword'     the '.' character is added to be able to use CTRL-] on the
                manual page name.

Commands:
Man {name}      Display the manual page for {name} in a window.
Man {number} {name}
                Display the manual page for {name} in a section {number}.
 
Оно?

sdio ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.