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