# HG changeset patch # User Steve Losh # Date 1274392709 14400 # Node ID feaa7c9c1efff45d7019d78bb2222b6deabf465b # Parent e4d2a797c434fc820f46dc95d9da4cab79064019 Changes from work. diff -r e4d2a797c434 -r feaa7c9c1eff .hgrc --- a/.hgrc Wed May 19 10:56:43 2010 -0400 +++ b/.hgrc Thu May 20 17:58:29 2010 -0400 @@ -16,6 +16,7 @@ parentrevspec = schemes = progress = +attic = ~/lib/hg/hgattic/attic.py paste = ~/lib/hg/hg-paste/paste.py prompt = ~/lib/hg/hg-prompt/prompt.py histedit = ~/lib/hg/histedit diff -r e4d2a797c434 -r feaa7c9c1eff vim/.vimrc --- a/vim/.vimrc Wed May 19 10:56:43 2010 -0400 +++ b/vim/.vimrc Thu May 20 17:58:29 2010 -0400 @@ -89,6 +89,9 @@ nnoremap za vnoremap za +" Fuck you, help key. +imap + " NERDTree ignore filters let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$']