1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 06:05:01 +08:00

decrease editor font size; increase Mark.vim color numbers

This commit is contained in:
Huaishun Hu
2017-12-15 13:28:38 +08:00
parent d542f117c9
commit 1d0fef966b
2 changed files with 21 additions and 18 deletions

View File

@ -1,13 +1,13 @@
if has("mac") || has("macunix")
set gfn=Hack:h10,Source\ Code\ Pro:h10,Menlo:h10
set gfn=Hack:h9,Source\ Code\ Pro:h9,Menlo:h9
elseif has("win16") || has("win32")
set gfn=Hack:h10,Source\ Code\ Pro:h10,Bitstream\ Vera\ Sans\ Mono:h10
set gfn=Hack:h9,Source\ Code\ Pro:h9,Bitstream\ Vera\ Sans\ Mono:h9
elseif has("gui_gtk2")
set gfn=Hack\ 10,Source\ Code\ Pro\ 10,Bitstream\ Vera\ Sans\ Mono\ 10
set gfn=Hack\ 9,Source\ Code\ Pro\ 9,Bitstream\ Vera\ Sans\ Mono\ 9
elseif has("linux")
set gfn=Hack\ 10,Source\ Code\ Pro\ 10,Bitstream\ Vera\ Sans\ Mono\ 10
set gfn=Hack\ 9,Source\ Code\ Pro\ 9,Bitstream\ Vera\ Sans\ Mono\ 9
elseif has("unix")
set gfn=Monospace\ 10
set gfn=Monospace\ 9
endif
" move around tabs. conflict with the original screen top/bottom