Created
May 13, 2009 03:19
-
-
Save adamwiggins/110856 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
set ts=3 sw=3 si | |
set hlsearch | |
set backspace=indent,eol,start | |
command Rubytabs set tabstop=2 smarttab shiftwidth=2 autoindent expandtab backspace=start,indent | |
command Regtabs set ts=3 sw=3 noexpandtab | |
" save last position in file | |
autocmd BufReadPost * | |
\ if line("'\"") > 0 && line("'\"") <= line("$") | | |
\ exe "normal g`\"" | | |
\ endif | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment