use man.vim and :Man even from a console session
This commit is contained in:
parent
6f29457414
commit
a7f43f66c3
5
vimrc
5
vimrc
@ -41,11 +41,12 @@ set showcmd
|
|||||||
set background=dark
|
set background=dark
|
||||||
set showtabline=1
|
set showtabline=1
|
||||||
|
|
||||||
|
runtime ftplugin/man.vim
|
||||||
|
nmap K :Man <cword><CR>
|
||||||
|
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
" GUI-specific settings
|
" GUI-specific settings
|
||||||
colorscheme ir_black
|
colorscheme ir_black
|
||||||
runtime ftplugin/man.vim
|
|
||||||
nmap K :Man <cword><CR>
|
|
||||||
set scrolloff=8
|
set scrolloff=8
|
||||||
set guioptions-=m " remove menu bar
|
set guioptions-=m " remove menu bar
|
||||||
set guioptions-=T " remove toolbar
|
set guioptions-=T " remove toolbar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user