62d4c0cef59c

moar
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 19 May 2012 14:17:25 -0400
parents 51427e0e3e0d
children a67883aeab6b
branches/tags (none)
files dotcss/unisubs.sifterapp.com.css gitconfig mutt/muttrc vim/vimrc zsh/misc.zsh

Changes

--- 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;
--- 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
--- 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 <space>  collapse-thread
 
 # Sync email
-macro index O "<shell-escape>offlineimap -q<enter>" "run offlineimap to sync mail"
+macro index O "<shell-escape>offlineimap -q<enter>"                   "run offlineimap to sync mail in the foreground"
+macro index o "<shell-escape>offlineimap -q >/dev/null 2>&1 &<enter>" "run offlineimap to sync mail in the background"
 
 # Searching bodies
 macro index B "<limit>~b " "search message bodies"
@@ -131,7 +132,7 @@
 macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"
 
 # Open message in MacVim
-macro index,pager o "|mvim -c 'setlocal ft=mail' -c 'setlocal buftype=nofile' -<enter>"  "open in macvim"
+macro index,pager M "|mvim -c 'setlocal ft=mail' -c 'setlocal buftype=nofile' - >/dev/null<enter>"  "open in macvim"
 
 # quickly change date formats
 macro index <esc>f ":set date_format = \"%m/%d\"<enter>"             "short date format"
--- 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
--- 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 '