Update macvim transparency and tmux colors

This commit is contained in:
Hunter Haugen 2012-10-16 11:54:47 -07:00
parent 0de0f14278
commit 21dab5692d
2 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,5 @@
if has("gui_macvim")
set transp=18
set transp=10
set fuoptions=maxvert,maxhorz
nmap <silent> <D-F> :set invfullscreen<CR>
endif