From aa768c19bf3299d7d35ddf3bfd91c97e45d8e138 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 19 Oct 2011 15:24:44 +0200 Subject: [Vim] mutt bindings comments --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 3416a55..6a67843 100644 --- a/vimrc +++ b/vimrc @@ -210,11 +210,11 @@ endfunction command! GitBlameCurrentLine :call GitBlameCurrentLine() map b :GitBlameCurrentLine -" n goto next empty reply-to paragraph +" n goto next empty reply-to paragraph " m opens an empty reply-paragraph at this line -" d deletes everything from there onto the signature +" d deletes everything until but the signature " w reformats entire mail but the signature -" D deletes all the quote above +" D deletes everything until but the previous reply-to ยง autocmd BufRead /tmp/mutt-*[0-9a-f] map n /^> $ autocmd BufRead /tmp/mutt-*[0-9a-f] map D ^d?^\([^>]\\|$\)?+O autocmd BufRead /tmp/mutt-*[0-9a-f] map d ^d/^-- $O -- cgit v1.2.3