# HG changeset patch # User Steve Losh # Date 1335369488 0 # Node ID 9709944e13f27cf26ae4c332d9d281a1acac1753 # Parent 7c774a90f3514b65c945bc8ab83ae5a716c21f83 moar diff -r 7c774a90f351 -r 9709944e13f2 .hgsubstate --- a/.hgsubstate Mon Apr 23 14:49:47 2012 +0100 +++ b/.hgsubstate Wed Apr 25 15:58:08 2012 +0000 @@ -3,7 +3,7 @@ 4d95cb18a3b420154ef978c53de1d2e692f8343d mercurial/templates d2bb7878622e4c16203acf1c92a0f4bc7ac58003 vim/bundle/AnsiEsc.vim 9895285042a2fd5691b2f6582aa979e4d1bdffea vim/bundle/ack -fe251fc8ef2919fc1daf52dd733851630498adc1 vim/bundle/badwolf +17443dcd6ceed84184d4e92dccc5d8f1f29e67b6 vim/bundle/badwolf b528cf3de72884dd6cf5fdbeda375d7437ea811f vim/bundle/clam c4fe3045653877518ddbe776a9cb7cbd4fdd0bc8 vim/bundle/ctrlp 667a668e114e9ec0e5d4cbcb0962d835b23614c4 vim/bundle/easymotion diff -r 7c774a90f351 -r 9709944e13f2 mutt/mailcap --- a/mutt/mailcap Mon Apr 23 14:49:47 2012 +0100 +++ b/mutt/mailcap Wed Apr 25 15:58:08 2012 +0000 @@ -24,11 +24,10 @@ image/gif; ~/.mutt/view_attachment.sh %s gif # PDF -application/pdf; ~/.mutt/view_attachment.sh %s pdf +# application/pdf; ~/.mutt/view_attachment.sh %s pdf # HTML text/html; ~/.mutt/view_attachment.sh %s html -ext/html; ~/.mutt/view_attachment.sh %s html # Unidentified. application/octet-stream; ~/.mutt/view_attachment.sh %s "-" diff -r 7c774a90f351 -r 9709944e13f2 mutt/muttrc --- a/mutt/muttrc Mon Apr 23 14:49:47 2012 +0100 +++ b/mutt/muttrc Wed Apr 25 15:58:08 2012 +0000 @@ -116,6 +116,7 @@ bind index collapse-thread # macros +macro index \Co "!offlineimap -q" "run offlineimap to sync mail" macro index \Cr "N" "mark tagged messages as read" macro index \CR "T~UN." "mark all messages as read" macro index B "~b " "search message bodies" diff -r 7c774a90f351 -r 9709944e13f2 vim/custom-dictionary.utf-8.add --- a/vim/custom-dictionary.utf-8.add Mon Apr 23 14:49:47 2012 +0100 +++ b/vim/custom-dictionary.utf-8.add Wed Apr 25 15:58:08 2012 +0000 @@ -20,3 +20,10 @@ changelog tradeoff checkbox +PAETEC +Windstream +GitHub +changeset +IRC +diffs +codebase diff -r 7c774a90f351 -r 9709944e13f2 vim/vimrc --- a/vim/vimrc Mon Apr 23 14:49:47 2012 +0100 +++ b/vim/vimrc Wed Apr 25 15:58:08 2012 +0000 @@ -171,6 +171,12 @@ let g:badwolf_html_link_underline = 0 colorscheme badwolf +" Reload the colorscheme whenever we write the file. +augroup color_badwolf_dev + au! + au BufWritePost badwolf.vim color badwolf +augroup END + " Highlight VCS conflict markers match ErrorMsg '^\(<\|=\|>\)\{7\}\([^=].\+\)\?$' @@ -295,7 +301,7 @@ " Split line (sister to [J]oin lines) " The normal use of S is covered by cc, so don't worry about shadowing it. -nnoremap S imwgk:silent! s/\v +$//:noh`w +nnoremap S i^mwgk:silent! s/\v +$//:noh`w " HTML tag closing inoremap :call InsertCloseTag()a diff -r 7c774a90f351 -r 9709944e13f2 zshrc --- a/zshrc Mon Apr 23 14:49:47 2012 +0100 +++ b/zshrc Wed Apr 25 15:58:08 2012 +0000 @@ -52,6 +52,7 @@ export PYTHONPATH="$PYTHONPATH:/usr/local/lib/python2.7/site-packages" export PYTHONPATH="$PYTHONPATH:/usr/local/lib/python2.6/site-packages" export VEW_PATH="$HOME/lib/python/virtualenvwrapper/virtualenvwrapper.sh" +export VEW_PATH="/usr/local/share/python/virtualenvwrapper.sh" export PYTHONPATH="$HOME/lib/python/see:$PYTHONPATH" export NODE_PATH="$NODE_PATH:/usr/local/lib/node:/usr/local/lib/node_modules"