--- 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.<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"
macro index B "<limit>~b " "search message bodies"
macro index I "<change-folder>!<enter>" "go to Inbox"
-macro pager ( "|urlview<enter>" "call urlview to extract URLs out of a message"
+macro pager \Cu "|urlview<enter>" "call urlview to extract URLs out of a message"
macro index,pager o "|mvim -c 'setlocal ft=mail' -c 'setlocal buftype=nofile' -<enter>" "open in vim"
# mailbox
--- 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 $