df210fe76aa3

Stuff.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Apr 2011 16:08:18 -0400
parents f182e04d95c5
children 9ca91adf2773
branches/tags (none)
files mutt/muttrc vim/.vimrc

Changes

--- 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 $