Skip to content

Commit a2fd0e9

Browse files
authored
1 parent 787eebd commit a2fd0e9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_gvimrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ highlight! PmenuSel guibg=#44475A ctermbg=239
55
highlight! PmenuThumb guibg=#44475A ctermbg=239
66

77
set columns=140 lines=45
8-
set guifont=Cica:h12
8+
if has('win32')
9+
set guifont=Cica:h12
10+
else
11+
set guifont=Cica\ 12
12+
endif
913
set renderoptions=type:directx,geom:1,renmode:5
1014

11-
autocmd GUIEnter * simalt ~x
1215
autocmd VimResized * execute "normal \<C-w>="

0 commit comments

Comments
 (0)