man.vim: remove K mapping #11472

Since #11457 this mapping is no longer necessary.
'keywordprg' defaults to :Man in options.lua
This commit is contained in:
Rob Pilling 2019-11-28 22:04:40 +00:00 committed by Justin M. Keyes
parent 7fef0f8db4
commit ee1199eaba
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ if !exists('g:no_plugin_maps') && !exists('g:no_man_maps')
nnoremap <silent> <buffer> j gj
nnoremap <silent> <buffer> k gk
nnoremap <silent> <buffer> gO :call man#show_toc()<CR>
nnoremap <silent> <buffer> K :Man<CR>
if 1 == bufnr('%') || s:pager
nnoremap <silent> <buffer> <nowait> q :lclose<CR>:q<CR>
else