# HG changeset patch # User Steve Losh # Date 1288185776 14400 # Node ID f71dcc350ee4f22f5dbc0f90ea3509446e2bded3 # Parent 4248c38099cc07bd61e3168990a21de5b976cbf9 Lots. diff -r 4248c38099cc -r f71dcc350ee4 .hgrc --- a/.hgrc Tue Oct 19 17:08:12 2010 -0400 +++ b/.hgrc Wed Oct 27 09:22:56 2010 -0400 @@ -179,3 +179,4 @@ # Easily add ignore patterns. ignore = ![ -n "$@" ] && echo '$@' >> `$HG root`/.hgignore && \ $HG commit `$HG root`/.hgignore -Am 'Add "$@" to .hgignore.' + diff -r 4248c38099cc -r f71dcc350ee4 vim/.vimrc --- a/vim/.vimrc Tue Oct 19 17:08:12 2010 -0400 +++ b/vim/.vimrc Wed Oct 27 09:22:56 2010 -0400 @@ -222,6 +222,7 @@ nnoremap _dt :set ft=htmldjango nnoremap _jt :set ft=htmljinja nnoremap _cw :set ft=confluencewiki +nnoremap _pd :set ft=python.django " " HALP nnoremap _wtfcw :!open 'http://confluence.atlassian.com/renderer/notationhelp.action?section=all' @@ -274,7 +275,158 @@ noremap roi :RopeOrganizeImports " Gundo -nnoremap :GundoToggle +nnoremap U :GundoToggle + +" Next +nnoremap cinb f(ci( +nnoremap canb f(ca( +nnoremap cinB f{ci{ +nnoremap canB f{ca{ +nnoremap cin( f(ci( +nnoremap can( f(ca( +nnoremap cin{ f{ci{ +nnoremap can{ f{ca{ +nnoremap cin) f(ci( +nnoremap can) f(ca( +nnoremap cin} f{ci{ +nnoremap can} f{ca{ +nnoremap cin[ f[ci[ +nnoremap can[ f[ca[ +nnoremap cin] f[ci[ +nnoremap can] f[ca[ +nnoremap cin< f f f f f f f F F F F F F