Wednesday, May 13, 2009

vim, fullscreen, Remove menubar

map :call libcallnr("gvimfullscreen.dll", "ToggleFullScreen", 0)
Link:http://www.vim.org/scripts/script.php?script_id=2596#1.0

if has('gui_running') && has("win32")
au GUIEnter * simalt ~x
endif

set guioptions-=m "Remove menubar"
set guioptions-=T "Remove toolbar"
set guioptions-=r "Remove v_scroll bar"

No comments:

Post a Comment