From ee1199eaba7cafa6b60611ebece1407bc274e330 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Thu, 28 Nov 2019 22:04:40 +0000 Subject: man.vim: remove K mapping #11472 Since #11457 this mapping is no longer necessary. 'keywordprg' defaults to :Man in options.lua --- runtime/ftplugin/man.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime') diff --git a/runtime/ftplugin/man.vim b/runtime/ftplugin/man.vim index 7c535dc839..081181cfe9 100644 --- a/runtime/ftplugin/man.vim +++ b/runtime/ftplugin/man.vim @@ -26,7 +26,6 @@ if !exists('g:no_plugin_maps') && !exists('g:no_man_maps') nnoremap j gj nnoremap k gk nnoremap gO :call man#show_toc() - nnoremap K :Man if 1 == bufnr('%') || s:pager nnoremap q :lclose:q else -- cgit