From add78dd0267a26936a964ea08eb0e1515457b90a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 29 Nov 2018 20:07:09 +1300 Subject: Clear away stock ft=mail quoting maps --- vim/after/ftplugin/mail.vim | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 688ca6eb..d93b230e 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -41,6 +41,13 @@ if exists('g:no_plugin_maps') || exists('g:no_mail_maps') finish endif +" Clear away the quoting maps that the stock mail.vim sets; they work fine, +" but we have nicer ones to define shortly +nunmap q +vunmap q +nunmap MailQuote +vunmap MailQuote + " Flag messages as important/unimportant nnoremap h \ :call mail#FlagImportant() -- cgit v1.2.3