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/bundle/mail_mutt | 1 - vim/vimrc | 7 ------- 2 files changed, 8 deletions(-) delete mode 160000 vim/bundle/mail_mutt (limited to 'vim') diff --git a/vim/bundle/mail_mutt b/vim/bundle/mail_mutt deleted file mode 160000 index 3e0e4306..00000000 --- a/vim/bundle/mail_mutt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3e0e4306641a759758a4eb746708f0efec9cc7e8 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