# HG changeset patch # User Steve Losh # Date 1312225597 14400 # Node ID 7d05e4fa46419ef6dc9f260152f62bf4c2afb8a0 # Parent ef5962b5abedb76f8f38a266109c97dfcbcbc7e6 Moar. diff -r ef5962b5abed -r 7d05e4fa4641 .hgrc --- a/.hgrc Mon Jul 25 09:27:39 2011 -0400 +++ b/.hgrc Mon Aug 01 15:06:37 2011 -0400 @@ -47,6 +47,7 @@ nyh = ssh://sjl@gotham.nyhacker.org/ dl = ssh://hg@hg.dwaiter.com:38038/ mirr = ssh://hg@dwaiter.com:38038/mirror/ +gc = https://code.google.com/p/ [diff] git = True diff -r ef5962b5abed -r 7d05e4fa4641 dotjs/nytimes.com.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dotjs/nytimes.com.js Mon Aug 01 15:06:37 2011 -0400 @@ -0,0 +1,7 @@ +$('.socialMediaModule').remove(); + +$('#wsodMarkets').remove(); +$('#classifiedsWidget').remove(); +$('.cColumn #cColumnTopSpanRegion').remove(); +$('#recommendedFooter').remove(); +$('#mostPopWidget').remove(); diff -r ef5962b5abed -r 7d05e4fa4641 mutt/muttrc --- a/mutt/muttrc Mon Jul 25 09:27:39 2011 -0400 +++ b/mutt/muttrc Mon Aug 01 15:06:37 2011 -0400 @@ -94,30 +94,26 @@ # bindings bind index sync-mailbox -bind index l previous-entry -bind index k next-entry +bind index k previous-entry +bind index j next-entry bind pager i exit bind pager / search -bind pager l previous-line -bind pager k next-line +bind pager k previous-line +bind pager j next-line bind pager gg top bind pager G bottom bind index gg first-entry bind index G last-entry -bind pager L previous-undeleted -bind pager K next-undeleted -bind index L previous-unread -bind index K next-unread bind index,pager R group-reply bind index \Cp recall-message bind index collapse-thread # macros -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" -macro index I "!" "go to Inbox" -macro pager \Cu "|urlview" "call urlview to extract URLs out of a message" +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" +macro index I "!" "go to Inbox" +macro pager \Cu "|urlview" "call urlview to extract URLs out of a message" macro index,pager o "|mvim -c 'setlocal ft=mail' -c 'setlocal buftype=nofile' -" "open in vim" macro index f ":set date_format = \"%m/%d\"" "short date format" diff -r ef5962b5abed -r 7d05e4fa4641 vim/.vimrc --- a/vim/.vimrc Mon Jul 25 09:27:39 2011 -0400 +++ b/vim/.vimrc Mon Aug 01 15:06:37 2011 -0400 @@ -473,8 +473,7 @@ inoremap :call InsertCloseTag()a " Faster Esc -inoremap -call arpeggio#map('i', '', 0, 'ne', '') +inoremap jk " Cmdheight switching nnoremap 1 :set cmdheight=1 @@ -529,7 +528,7 @@ noremap :NERDTreeToggle inoremap :NERDTreeToggle -let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$', 'whoosh_index', 'xapian_index', '.*.pid', 'monitor.py', '.*-fixtures-.*.json', '.*\.o$'] +let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$', 'whoosh_index', 'xapian_index', '.*.pid', 'monitor.py', '.*-fixtures-.*.json', '.*\.o$', 'db.db'] au Filetype nerdtree setlocal nolist " }}}