summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2011-10-19 15:24:44 +0200
committerHugues Hiegel <hugues@hiegel.fr>2011-10-19 15:24:44 +0200
commitaa768c19bf3299d7d35ddf3bfd91c97e45d8e138 (patch)
tree95c18ec6c94e19577b347de279095d955a261963
parent61aabbe40d782af5ee9af8d0b2295950aa1afeaa (diff)
[Vim] mutt bindings comments
-rw-r--r--vimrc6
1 files 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 <ESC>b :GitBlameCurrentLine<CR>
-" <ESC>n goto next empty reply-to paragraph
+" <ESC>n goto next empty reply-to paragraph
" <ESC>m opens an empty reply-paragraph at this line
-" <ESC>d deletes everything from there onto the signature
+" <ESC>d deletes everything until but the signature
" <ESC>w reformats entire mail but the signature
-" <ESC>D deletes all the quote above
+" <ESC>D deletes everything until but the previous reply-to ยง
autocmd BufRead /tmp/mutt-*[0-9a-f] map <ESC>n /^> $<CR>
autocmd BufRead /tmp/mutt-*[0-9a-f] map <ESC>D ^d?^\([^>]\\|$\)?+<CR>O<ESC>
autocmd BufRead /tmp/mutt-*[0-9a-f] map <ESC>d ^d/^-- $<CR>O<ESC>