From bda650a7e5e72a9205112884cd7ba18198dff8f9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 7 Jun 2018 19:39:32 +1200 Subject: Replace mail_mutt.vim with mim(1df) Way better, and more generally useful. --- vim/vimrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 723e69da..25907ffb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -428,13 +428,6 @@ nmap ] PutBlankLinesBelow " \b toggles copy-pasteable linebreak settings nmap b CopyLinebreakToggle -" \m in visual/select mode starts a mail message with the selected lines -vmap m MailMuttSelected -" \m in normal mode starts a mail message with the current line -nmap m MailMuttLine -" \M in normal mode starts a mail message with the whole buffer -nmap M MailMuttBuffer - " \x strips trailing whitespace via a custom plugin nmap x StripTrailingWhitespace -- cgit v1.2.3