aboutsummaryrefslogtreecommitdiff
path: root/vim/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-11 00:59:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-11 00:59:12 +1300
commitfe8e94bea39895f2544ae83916da83a4f2affa21 (patch)
tree9c1134155cb4ed8fcd390a228315cc22fa0202de /vim/doc
parentBeginnings of a buffer-to-Mutt mailer plugin (diff)
downloaddotfiles-fe8e94bea39895f2544ae83916da83a4f2affa21.tar.gz
dotfiles-fe8e94bea39895f2544ae83916da83a4f2affa21.zip
Add new mail_mutt.vim plugin, apply mappings
This plugin provides a shortcut for staring email messages in Mutt with a range of lines.
Diffstat (limited to 'vim/doc')
-rw-r--r--vim/doc/mail_mutt.txt13
1 files changed, 13 insertions, 0 deletions
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 <tom@sanctum.geek.nz>
+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.