dotfiles/.gvimrc
2011-12-28 10:53:11 -08:00

5 lines
120 B
VimL

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