X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=vimtips.mdwn;h=b17687ec3f392ac42a5cb76a72b708f3c5b73f3d;hp=bc50848d82649c724306afd5047007c439cdbf45;hb=0c99e1bff4334dfb6df4eebe5e72d217366207b6;hpb=5e334cb22d1d6b4e23019f2804ea9716c8588700 diff --git a/vimtips.mdwn b/vimtips.mdwn index bc50848..b17687e 100644 --- a/vimtips.mdwn +++ b/vimtips.mdwn @@ -7,9 +7,9 @@ Tips for using Notmuch with vim; these may be applicable when using vim with [[!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: - $ vim -c :NotMuch + $ vim -c :Notmuch ## Addressbook management and vim