mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
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:
parent
7fef0f8db4
commit
ee1199eaba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user