X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=vimtips.mdwn;h=d77ed92d298b37b4b910ec2bfb8054b0556f915a;hp=bc50848d82649c724306afd5047007c439cdbf45;hb=HEAD;hpb=0ee473b0ed8c91bab417fdce3411bb99cc942bc0 diff --git a/vimtips.mdwn b/vimtips.mdwn index bc50848..d77ed92 100644 --- a/vimtips.mdwn +++ b/vimtips.mdwn @@ -3,13 +3,13 @@ Tips for using Notmuch with vim; these may be applicable when using vim with [[notmuch-mutt]], [mutt-kz](https://github.com/karelzak/mutt-kz), or -[notmuch-vim](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README). +[notmuch-vim](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README). [[!toc levels=2]] -## Install the vim addon for NotMuch +## Install the vim addon for Notmuch -Before you can run NotMuch within vim, you must install notmuch as a vim addon. +Before you can run Notmuch within vim, you must install notmuch as a vim addon. For example, if you have installed from the debian package: @@ -19,18 +19,18 @@ then to install as an addon, run this command: $ vim-addon-manager install notmuch -## Run NotMuch within vim +## Run Notmuch within vim Open vim and type - :NotMuch + :Notmuch and press ENTER. Voila. -Alternatively, you can invoce vim with the -c flag: +Alternatively, you can invoke vim with the -c flag: - $ vim -c :NotMuch + $ vim -c :Notmuch ## Addressbook management and vim