2010-11-22 23:28:34 +11:00
|
|
|
set shell=/bin/sh
|
2010-11-24 18:37:37 +11:00
|
|
|
|
2010-12-06 13:06:09 +11:00
|
|
|
" hide toolbar
|
|
|
|
set guioptions-=T
|
|
|
|
|
2010-11-30 00:18:09 +11:00
|
|
|
|
|
|
|
if has("gui_macvim")
|
|
|
|
" macmenu Window.Toggle\ Full\ Screen\ Mode key=<D-CR>
|
2010-12-06 13:06:09 +11:00
|
|
|
|
2010-11-30 00:18:09 +11:00
|
|
|
set transparency=12
|
2010-12-06 13:06:09 +11:00
|
|
|
|
|
|
|
" Fullscreen takes up entire screen
|
|
|
|
set fuoptions=maxhorz,maxvert
|
|
|
|
|
|
|
|
" Mac OS X style command line editing
|
|
|
|
cnoremap <A-Backspace> <C-W>
|
|
|
|
cnoremap <D-Backspace> <C-U>
|
|
|
|
|
2010-11-30 00:18:09 +11:00
|
|
|
endif
|