From 9bba8ba372298d7cfac543085df6546e18d2c256 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Sat, 3 Sep 2016 21:53:58 -0400 Subject: [RFC] man.vim: remove mappings (#5290) - :Man with no arguments opens the manapage for the (man buffers) or (non-man buffers). - remove now irrelevent comment about -P flag --- runtime/doc/filetype.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'runtime/doc') diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 21092b7081..df6b55cfe7 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -529,17 +529,12 @@ Man {sect} {name}({sect}) Used during completion to show the real section of when the provided section is a prefix, e.g. 1m vs 1. Man {path} Open the manpage specified by path. Prepend "./" if page is in the current directory. +Man Open the manpage for the (man buffers) + or (non-man buffers) under the cursor. |:Man| accepts command modifiers. For example, to use a vertical split: > :vertical Man printf -Global Mappings: -(man) Jump to the manpage for the (man buffers) - or (non-man buffers) under the cursor. - Takes a count for the section. -(man_vsplit) Same as (man) but open in a vertical split. -(man_tab) Same as (man) but open in a new tab. - Local mappings: K or CTRL-] Jump to the manpage for the under the cursor. Takes a count for the section. -- cgit