Thanks, all. Here's another solution:
':set lines? columns?' to see the current values, then add one to each and map: nnoremap <F11> :set columns=160 lines=57<CR> nnoremap <F10> :set columns=160 lines=54<CR> Now, when I maximize or fullscreen (XFCE), I just alt-<F10> <F10> or alt-<F11> <F11> Not tested on my desktop, but works well on my laptop, where there is /almost/ enough room for another full row or column. Kludgy, I suppose, but I don't have to worry about matching a gtkrc file to my background. -- View this message in context: http://vim.1045645.n5.nabble.com/recolor-the-extra-gray-pixels-around-fullscreen-gvim-tp4800815p4804061.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the "vim_use" 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
