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