# HG changeset patch # User Steve Losh # Date 1304025168 14400 # Node ID 1cf909cf8e5ac0249555bda7c89638af974278d5 # Parent 2457f7283b5aa648dcc098c9d7a14b5843920a1a More random stuff. diff -r 2457f7283b5a -r 1cf909cf8e5a .hgrc --- a/.hgrc Wed Apr 27 11:13:20 2011 -0400 +++ b/.hgrc Thu Apr 28 17:12:48 2011 -0400 @@ -194,3 +194,6 @@ statd = !ps auxww | grep -v grep | grep hgd.py >/dev/null && echo 'running' || echo "not running" killt = !ps auxww | grep "hgd/hgd.py" | grep -v grep | sed -e 's/ */ /g' | cut -d" " -f2 | cat killd = !ps auxww | grep "hgd/hgd.py" | grep -v grep | sed -e 's/ */ /g' | cut -d" " -f2 | xargs kill + +# Show in MacVim +vshow = !$HG show $@ | mvim -c ':AnsiEsc' -c 'setlocal buftype=nofile' - diff -r 2457f7283b5a -r 1cf909cf8e5a vim/.vimrc --- a/vim/.vimrc Wed Apr 27 11:13:20 2011 -0400 +++ b/vim/.vimrc Thu Apr 28 17:12:48 2011 -0400 @@ -406,6 +406,11 @@ au Filetype puppet set foldmarker={,} " }}} +" Firefox {{{ + +au BufRead,BufNewFile ~/Library/Caches/* setlocal buftype=nofile + +" }}} " }}} " Convenience mappings -------------------------------------------------------- {{{