Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
add x11 gvim font setting
Browse files Browse the repository at this point in the history
  • Loading branch information
e7h4n committed Dec 2, 2011
1 parent 06daf49 commit b1ba086
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gvimrc
Expand Up @@ -2,6 +2,8 @@ set guioptions= " 无 gui 界面
if (has ("gui_win32"))
au GUIEnter * simalt ~x " 最大化启动
set guifont=Consolas:h13:cANSI " 字体设置
elseif (has ("gui_x11"))
set guifont=Droid\ Sans\ Mono\ 14 " 字体设置
else
set guifont=Droid\ Sans\ Mono:h18 " 字体设置
endif

0 comments on commit b1ba086

Please sign in to comment.