# HG changeset patch # User Steve Losh # Date 1337451445 14400 # Node ID 62d4c0cef59c70aa7074281585672e9c544c0be5 # Parent 51427e0e3e0d8989dc31b71b9ef31f9788fc19ea moar diff -r 51427e0e3e0d -r 62d4c0cef59c dotcss/unisubs.sifterapp.com.css --- a/dotcss/unisubs.sifterapp.com.css Tue May 15 11:16:33 2012 -0400 +++ b/dotcss/unisubs.sifterapp.com.css Sat May 19 14:17:25 2012 -0400 @@ -1,5 +1,5 @@ -tr.group td { - padding: 6px 0px 4px 5px !important; +table.grouped tr.group td { + padding: 6px 0px 4px 7px !important; } tr.issue td { padding: 8px 8px 6px 0px !important; diff -r 51427e0e3e0d -r 62d4c0cef59c gitconfig --- a/gitconfig Tue May 15 11:16:33 2012 -0400 +++ b/gitconfig Sat May 19 14:17:25 2012 -0400 @@ -73,7 +73,7 @@ tool = splice [mergetool "splice"] - cmd = "vim -f $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'" + cmd = "mvim -f $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'" trustExitCode = true [web] browser = open diff -r 51427e0e3e0d -r 62d4c0cef59c mutt/muttrc --- a/mutt/muttrc Tue May 15 11:16:33 2012 -0400 +++ b/mutt/muttrc Sat May 19 14:17:25 2012 -0400 @@ -119,7 +119,8 @@ bind index collapse-thread # Sync email -macro index O "offlineimap -q" "run offlineimap to sync mail" +macro index O "offlineimap -q" "run offlineimap to sync mail in the foreground" +macro index o "offlineimap -q >/dev/null 2>&1 &" "run offlineimap to sync mail in the background" # Searching bodies macro index B "~b " "search message bodies" @@ -131,7 +132,7 @@ macro index \Cr "T~UN." "mark all messages as read" # Open message in MacVim -macro index,pager o "|mvim -c 'setlocal ft=mail' -c 'setlocal buftype=nofile' -" "open in macvim" +macro index,pager M "|mvim -c 'setlocal ft=mail' -c 'setlocal buftype=nofile' - >/dev/null" "open in macvim" # quickly change date formats macro index f ":set date_format = \"%m/%d\"" "short date format" diff -r 51427e0e3e0d -r 62d4c0cef59c vim/vimrc --- a/vim/vimrc Tue May 15 11:16:33 2012 -0400 +++ b/vim/vimrc Sat May 19 14:17:25 2012 -0400 @@ -788,6 +788,15 @@ augroup END " }}} +" Mercurial {{{ + +augroup ft_mercurial + au! + + au BufNewFile,BufRead *hg-editor-*.txt setlocal filetype=hgcommit +augroup END + +" }}} " Nginx {{{ augroup ft_nginx diff -r 51427e0e3e0d -r 62d4c0cef59c zsh/misc.zsh --- a/zsh/misc.zsh Tue May 15 11:16:33 2012 -0400 +++ b/zsh/misc.zsh Sat May 19 14:17:25 2012 -0400 @@ -19,7 +19,7 @@ alias mutt='cd ~/Desktop; mutt' alias hi='pygmentize' -function gimmeurjson() { curl "$*" | python -mjson.tool | pygmentize -l javascript; } +function cj() { curl "$*" | python -mjson.tool | pygmentize -l javascript; } function mdown () { (echo '