Skip to content

Commit ee1199e

Browse files
bobripplingjustinmk
authored andcommitted
man.vim: remove K mapping neovim#11472
Since neovim#11457 this mapping is no longer necessary. 'keywordprg' defaults to :Man in options.lua
1 parent 7fef0f8 commit ee1199e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/ftplugin/man.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ if !exists('g:no_plugin_maps') && !exists('g:no_man_maps')
2626
nnoremap <silent> <buffer> j gj
2727
nnoremap <silent> <buffer> k gk
2828
nnoremap <silent> <buffer> gO :call man#show_toc()<CR>
29-
nnoremap <silent> <buffer> K :Man<CR>
3029
if 1 == bufnr('%') || s:pager
3130
nnoremap <silent> <buffer> <nowait> q :lclose<CR>:q<CR>
3231
else

0 commit comments

Comments
 (0)