Use background from environment
This commit is contained in:
parent
6015c87af5
commit
e5c28e48d2
12
.vimrc
12
.vimrc
|
@ -19,12 +19,20 @@ set sm
|
|||
set sw=4
|
||||
set tw=72
|
||||
set viminfo='100,<50,s10,h,%
|
||||
|
||||
if has('reltime')
|
||||
set incsearch
|
||||
endif
|
||||
|
||||
colorscheme hjp
|
||||
syntax on
|
||||
if $BG == "light"
|
||||
set bg=light
|
||||
colorscheme hjp
|
||||
syntax on
|
||||
elseif $BG == "dark"
|
||||
set bg=dark
|
||||
syntax on
|
||||
endif
|
||||
|
||||
map <F7> :cp
|
||||
map <F8> :cn
|
||||
map! >I<yypa/O
|
||||
|
|
Loading…
Reference in New Issue