# HG changeset patch # User Steve Losh # Date 1309378457 14400 # Node ID 22c7a9aa28c4d1d91db43487a35c4d0ac0fe74ec # Parent 8fb0626307884979840e68bbea411f78660679d2 More. diff -r 8fb062630788 -r 22c7a9aa28c4 mutt/muttrc --- a/mutt/muttrc Wed Jun 29 11:52:14 2011 -0400 +++ b/mutt/muttrc Wed Jun 29 16:14:17 2011 -0400 @@ -6,7 +6,7 @@ set mailcap_path = ~/.mutt/mailcap # entrys for filetypes set signature = ~/.mutt/sig # my signature file set tmpdir = ~/.mutt/temp # where to keep temp files -set editor = "vim +/^$ +:noh" # use vim and skip to first blank line +set editor = "vim +/^$ +:s/^$/\\\\r\\\\r/ +:noh -c 'normal! k' -c 'redraw'" # use vim set print_command = /usr/bin/enscript # print with enscript # main options diff -r 8fb062630788 -r 22c7a9aa28c4 zsh/urls.zsh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zsh/urls.zsh Wed Jun 29 16:14:17 2011 -0400 @@ -0,0 +1,8 @@ +function urlopen() { + open "http://$*" +} + +alias -s com=urlopen +alias -s org=urlopen +alias -s net=urlopen +alias -s io=urlopen