eb6884839822
Merge.
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Wed, 09 Feb 2011 19:05:44 -0500 |
| parents | 2467bc6709cb (diff) f72bf0f65204 (current diff) |
| children | 9b6fefdc1f71 |
| branches/tags | (none) |
| files | vim/.vimrc |
Changes
--- a/vim/.vimrc Wed Feb 09 16:27:20 2011 -0500 +++ b/vim/.vimrc Wed Feb 09 19:05:44 2011 -0500 @@ -38,6 +38,7 @@ set cpoptions+=J set list set listchars=tab:▸\ ,eol:¬ +set shell=/bin/bash set lazyredraw " Save when losing focus @@ -234,6 +235,7 @@ " }}} " Django {{{ au BufNewFile,BufRead urls.py setlocal nowrap +au BufNewFile,BufRead urls.py normal! zR au BufNewFile,BufRead settings.py normal! zR au BufNewFile,BufRead dashboard.py normal! zR " }}}