Skip to content

Instantly share code, notes, and snippets.

@o-sam-o
Created March 19, 2011 07:08
Show Gist options
  • Save o-sam-o/877293 to your computer and use it in GitHub Desktop.
Save o-sam-o/877293 to your computer and use it in GitHub Desktop.
My VIM settings used with Janus
" Disable toolbar
if has("gui_running")
set guioptions=egmrt
endif
color rootwater
set guifont=Monaco:h12
set spell
" Disable annoying bell
set vb
let mapleader = ","
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment