2020-12-07 16:36:17 +01:00
|
|
|
" Make sure :Man is loaded, and map it. Also, remove the default mapping.
|
2015-03-13 11:05:31 +01:00
|
|
|
if exists( ':Man' ) != 2
|
|
|
|
source $VIMRUNTIME/ftplugin/man.vim
|
|
|
|
endif
|
2020-12-07 16:36:17 +01:00
|
|
|
unmap <Leader>K
|
2015-03-13 11:05:31 +01:00
|
|
|
nnoremap <Leader>hm :Man <cword><cr>
|