PS If I set fullscreen in a script is does not work. In .gvimrc I set lines and columns and set fuoptions to do not change size of vim and this mapping to toggle fullscreen
" -------1---------2---------3---------4---------5---------6---- :set guifont=Menlo:h18 lines=30 columns=80 " Don't change size of Vim when entering fullscreen :set fuoptions= " Toggle fullscreen :nmap <F12> :set fullscreen!<cr> " -------1---------2---------3---------4---------5---------6---- :help fuoptions Bill -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php