use man.vim and :Man even from a console session

This commit is contained in:
Josh Holtrop 2012-12-08 10:46:05 -05:00
parent 6f29457414
commit a7f43f66c3

5
vimrc
View File

@ -41,11 +41,12 @@ set showcmd
set background=dark
set showtabline=1
runtime ftplugin/man.vim
nmap K :Man <cword><CR>
if has("gui_running")
" GUI-specific settings
colorscheme ir_black
runtime ftplugin/man.vim
nmap K :Man <cword><CR>
set scrolloff=8
set guioptions-=m " remove menu bar
set guioptions-=T " remove toolbar