mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Merge branch 'master' of github.com:lloeki/vimfiles
This commit is contained in:
commit
f2887335aa
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
|
@ -43,7 +43,7 @@ if has('gui_running') "GUI specific settings
|
||||||
set guioptions-=r
|
set guioptions-=r
|
||||||
set guioptions-=b
|
set guioptions-=b
|
||||||
|
|
||||||
set background=light
|
"set background=light
|
||||||
"set transparency=8
|
"set transparency=8
|
||||||
|
|
||||||
"window size
|
"window size
|
||||||
|
|
@ -53,7 +53,7 @@ if has('gui_running') "GUI specific settings
|
||||||
else "non-GUI
|
else "non-GUI
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
set mouse=a "mouse support
|
set mouse=a "mouse support
|
||||||
set background=light
|
"set background=light
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"color theme
|
"color theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue