-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgvimrc
44 lines (31 loc) · 995 Bytes
/
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
35
36
37
38
39
40
41
42
43
44
" -----------------------------------------------------------------------------
" | VIM Settings |
" | GUI stuff |
" -----------------------------------------------------------------------------
" OS Specific *****************************************************************
if has("gui_macvim")
set fuoptions=maxvert,maxhorz " fullscreen options (MacVim only), resized window when changed to fullscreen
"set fullscreen
set guifont=Monaco:h11
set transparency=10
macmenu &File.New\ Tab key=<nop>
map <D-t> :CtrlP<CR>
elseif has("gui_gtk2")
set guifont=Courier\ 10\ pitch
set noerrorbells
set visualbell
set t_vb=
elseif has("x11")
elseif has("gui_win32")
end
colorscheme camouflage
let g:airline_theme="solarized"
set guioptions-=T " remove toolbar
" General *********************************************************************
set anti " Antialias font
"set transparency=0
" Default size of window
set columns=120
set lines=45
" Tab headings
set gtl=%t gtt=%F