]> git.cworth.org Git - notmuch-wiki/blobdiff - vimtips.mdwn
News for release 0.38.3
[notmuch-wiki] / vimtips.mdwn
index bc50848d82649c724306afd5047007c439cdbf45..d77ed92d298b37b4b910ec2bfb8054b0556f915a 100644 (file)
@@ -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