heavim/cfg/25-man.vim

8 lines
147 B
VimL
Raw Normal View History

2015-03-13 11:05:31 +01:00
" Make sure :Man is loaded, and map it.
if exists( ':Man' ) != 2
source $VIMRUNTIME/ftplugin/man.vim
endif
nnoremap <Leader>hm :Man <cword><cr>