864f758f326d
vim: minor changes
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 08 Feb 2011 21:15:58 -0500 |
parents | 2769ab7796c0 |
children | 2467bc6709cb |
branches/tags | (none) |
files | vim/.vimrc |
Changes
--- a/vim/.vimrc Wed Feb 02 15:21:47 2011 -0500 +++ b/vim/.vimrc Tue Feb 08 21:15:58 2011 -0500 @@ -36,6 +36,7 @@ set cpoptions+=J set list set listchars=tab:▸\ ,eol:¬ +set shell=/bin/bash " Save when losing focus au FocusLost * :wa @@ -215,6 +216,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 " }}}