aboutsummaryrefslogtreecommitdiff
path: root/vim/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-11 01:05:43 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-11 01:05:43 +1300
commit1fa87f5febbd521bc239abe60b33c57a5932beba (patch)
tree62e969e08443ba0b90c6209dd03c2ff961fa72f8 /vim/doc
parentMerge branch 'feature/vimrc-reunify' into develop (diff)
parentMove mutt_mail.vim line select logic into plugin (diff)
downloaddotfiles-1fa87f5febbd521bc239abe60b33c57a5932beba.tar.gz
dotfiles-1fa87f5febbd521bc239abe60b33c57a5932beba.zip
Merge branch 'feature/vim-mutt-plug' into develop
* feature/vim-mutt-plug: Move mutt_mail.vim line select logic into plugin Add new mail_mutt.vim plugin, apply mappings Beginnings of a buffer-to-Mutt mailer plugin
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.