Hacker News new | past | comments | ask | show | jobs | submit login

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!




Join us for AI Startup School this June 16-17 in San Francisco!

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

Search: