From fe8e94bea39895f2544ae83916da83a4f2affa21 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 11 Nov 2017 00:59:12 +1300 Subject: Add new mail_mutt.vim plugin, apply mappings This plugin provides a shortcut for staring email messages in Mutt with a range of lines. --- vim/doc/mail_mutt.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vim/doc/mail_mutt.txt (limited to 'vim/doc/mail_mutt.txt') diff --git a/vim/doc/mail_mutt.txt b/vim/doc/mail_mutt.txt new file mode 100644 index 00000000..dbaf72ac --- /dev/null +++ b/vim/doc/mail_mutt.txt @@ -0,0 +1,13 @@ +*mail_mutt.txt* Start a mutt(1) email message with a range of lines + +Author: Tom Ryder +License: Same terms as Vim itself (see |license|) + +This plugin provides a :MailMutt command which accepts a range of lines +defaulting to the entire buffer, writing these lines to a temporary file that +is then provided to the -i option of the mutt(1) MUA as the initial content of +a new message. + +This plugin lives in Tom Ryder's "dotfiles" suite, and will eventually be spun +off into a separate distribution as it solidifies and this documentation +improves. -- cgit v1.2.3