Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Nice!

For vim I like to use

    " remove the toolbar
    set guioptions-=T

    " remove scrollbars
    set guioptions-=L
    set guioptions-=r


And in macvim:

  if has("gui_macvim")
    autocmd GUIEnter * set fullscreen
  endif


Ohh! I've been using Cmd-Ctrl-f like a loser all this time!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: