Skip to content

Instantly share code, notes, and snippets.

@sheldonh
Created February 26, 2009 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sheldonh/70823 to your computer and use it in GitHub Desktop.
Save sheldonh/70823 to your computer and use it in GitHub Desktop.
:syntax enable
:filetype indent on
:set backspace=indent,eol,start
:set modeline
:set ts=2 sw=2 expandtab ai
:set bg=dark
#!/bin/sh
exec vim -X -u ${HOME}/.vimrc-ruby $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment