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/ftplugin/man.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/ftplugin') diff --git a/runtime/ftplugin/man.vim b/runtime/ftplugin/man.vim index 08a88e6b90..02d2b4e557 100644 --- a/runtime/ftplugin/man.vim +++ b/runtime/ftplugin/man.vim @@ -43,8 +43,8 @@ setlocal nolist setlocal nofoldenable if !exists('g:no_plugin_maps') && !exists('g:no_man_maps') - nmap (man) - nmap K (man) + nmap :Man + nmap K :Man nnoremap :call man#pop_tag() if s:pager nnoremap q :q -- cgit