dotfiles/.gvimrc
2013-03-22 10:42:48 -07:00

5 lines
119 B
VimL

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