Skip to content

Instantly share code, notes, and snippets.

@acotie
Created January 17, 2010 08:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acotie/279296 to your computer and use it in GitHub Desktop.
Save acotie/279296 to your computer and use it in GitHub Desktop.
if has('gui_macvim')
set showtabline=2 " タブを常に表示
set imdisable " IMを無効化
set transparency=10 " 透明度を指定
set antialias
set guifont=Monaco:h14
colorscheme macvim
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment