1 2 3 4 5 6 7 8 9 10 11
runtime ftplugin/man.vim set nocompatible set noswapfile set hlsearch syntax on map q :q<CR> map <SPACE> <C-D> map b <C-U> nmap K :Man <C-R>=expand("<cword>")<CR><CR>