-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgvimrc
More file actions
31 lines (25 loc) · 710 Bytes
/
Copy pathgvimrc
File metadata and controls
31 lines (25 loc) · 710 Bytes
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
set guioptions-=r
set guioptions-=T
set guioptions-=m
set mouse=a
"Toggle toolbar and menu bar.
noremap <silent> <Leader><C-M> :if &guioptions =~# 'T' <Bar>
\set guioptions-=T <Bar>
\set guioptions-=m <Bar>
\set guioptions-=r <CR>
\else <Bar>
\set guioptions+=T <Bar>
\set guioptions+=m <Bar>
\set guioptions+=r <Bar>
\endif<CR>
"Font.
"set guifont=Monaco
:if (has('win64') || has('win32'))
: set guifont=Consolas:h11:cANSI
:endif
"colorscheme zenburn
"colorscheme mayansmoke
set background=light
colors solarized
call togglebg#map("<Leader><F5>")
set vb t_vb=