aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-12 23:21:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-12 23:21:11 +1300
commit79aa32fcca87fed383c9f4baff9a001caed12356 (patch)
tree3d27f520919f1c4bc8b75c320c623251af974d6e
parentFlesh out fixed_join.vim interface documentation (diff)
downloaddotfiles-79aa32fcca87fed383c9f4baff9a001caed12356.tar.gz
dotfiles-79aa32fcca87fed383c9f4baff9a001caed12356.zip
Adjust layout of headings/links in Vim plugin help
-rw-r--r--vim/doc/mail_mutt.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/vim/doc/mail_mutt.txt b/vim/doc/mail_mutt.txt
index bf86a57f..355f54f2 100644
--- a/vim/doc/mail_mutt.txt
+++ b/vim/doc/mail_mutt.txt
@@ -30,22 +30,19 @@ Three <Plug> mapping targets are also provided for convenience. No attempt is
made to map key sequences to these mappings within the plugin; you must do
this explicitly in your |vimrc|.
-CURRENT LINE *MailMuttLine*
-
+ *<Plug>MailMuttLine*
Th <Plug>MailMuttLine mapping runs `:MailMutt` on the current line in normal
mode. For example:
>
:nmap <Leader>ml <Plug>MailMuttLine
<
-WHOLE BUFFER *MailMuttBuffer*
-
+ *<Plug>MailMuttBuffer*
The <Plug>MailMuttBuffer mapping runs `:MailMutt` on the whole buffer in
normal mode. For example:
>
:nmap <Leader>mb <Plug>MailMuttBuffer
<
-SELECTED LINES *MailMuttSelected*
-
+ *<Plug>MailMuttSelected*
The <Plug>MailMuttSelected mapping runs `:MailMutt` on the selected lines in
visual or selection mode. For example:
>