-
Notifications
You must be signed in to change notification settings - Fork 0
/
gvimrc
34 lines (25 loc) · 1 KB
/
gvimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
" -----------------------------------------------------------------------------
" | VIM Settings |
" | GUI stuff |
" -----------------------------------------------------------------------------
" OS Specific *****************************************************************
if has("gui_macvim")
colorscheme ir_dark
set fuoptions=maxvert,maxhorz " fullscreen options (MacVim only), resized window when changed to fullscreen
set guifont=Envy_Code_R:h14
set guioptions-=T " remove toolbar
set stal=2 " turn on tabs by default
elseif has("gui_gtk2")
set guifont=Monaco
set guioptions-=T " remove toolbar
elseif has("x11")
elseif has("gui_win32")
end
" General *********************************************************************
set antialias " anti " Antialias font
set transparency=3
" Default size of window
set columns=179
set lines=50
" Tab headings
"set gtl=%t gtt=%F