Horvath Adam wrote:
Thanks, it's really straightforward, but where is it in the manual?

http://vimdoc.sourceforge.net/htmldoc/usr_41.html - here I can not find.

see the help topic in my post of a few minutes ago.

Rather than searching vimdoc, man or google, in Vim your first resource should be the online help. To learn how it works, open Vim and enter one of the following:

        :help
        :help :help
        :help {subject}
        :help :helpgrep

In addition, ":help pattern<Tab>" tries to find a subject corresponding to the pattern. Hit <Tab> again for more possibilities. Or set 'wildmenu' and see them all on the bottom statusline (select by <Left> and <Right>, accept by <Enter>, abort by <Cancel>). Or replace <Tab> by <Ctrl-D> and see all possible completions at once.



Best regards,
Tony.
--
Death is only a state of mind.

Only it doesn't leave you much time to think about anything else.

Reply via email to