# HG changeset patch # User Steve Losh # Date 1302638898 14400 # Node ID df210fe76aa3daf6aaa249723a99022eefbe530a # Parent f182e04d95c5f6c345a509d0288c74011e603251 Stuff. diff -r f182e04d95c5 -r df210fe76aa3 mutt/muttrc --- a/mutt/muttrc Thu Apr 07 14:32:33 2011 -0400 +++ b/mutt/muttrc Tue Apr 12 16:08:18 2011 -0400 @@ -117,7 +117,7 @@ macro index \CR "T.N." "mark all messages as read" macro index B "~b " "search message bodies" macro index I "!" "go to Inbox" -macro pager ( "|urlview" "call urlview to extract URLs out of a message" +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" # mailbox diff -r f182e04d95c5 -r df210fe76aa3 vim/.vimrc --- a/vim/.vimrc Thu Apr 07 14:32:33 2011 -0400 +++ b/vim/.vimrc Tue Apr 12 16:08:18 2011 -0400 @@ -123,9 +123,9 @@ " Keep search matches in the middle of the window. nnoremap * *zzzv -nnoremap ? ?zzzv -nnoremap n nzz -nnoremap N Nzz +nnoremap # #zzzv +nnoremap n nzzzv +nnoremap N Nzzzv " L is easier to type, and I never use the default behavior. noremap L $