]> git.cworth.org Git - notmuch-wiki/commitdiff
NotMuch -> Notmuch
authorJani Nikula <jani@nikula.org>
Sun, 21 Feb 2016 21:10:35 +0000 (23:10 +0200)
committerJani Nikula <jani@nikula.org>
Sun, 21 Feb 2016 21:10:35 +0000 (23:10 +0200)
vimtips.mdwn

index bc50848d82649c724306afd5047007c439cdbf45..b17687ec3f392ac42a5cb76a72b708f3c5b73f3d 100644 (file)
@@ -7,9 +7,9 @@ Tips for using Notmuch with vim; these may be applicable when using vim with
 
 [[!toc levels=2]]
 
 
 [[!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:
 
 
 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
 
 
     $ vim-addon-manager install notmuch
 
-## Run NotMuch within vim
+## Run Notmuch within vim
 
 Open vim and type
 
 
 Open vim and type
 
-    :NotMuch
+    :Notmuch
 
 and press ENTER. Voila.
 
 
 Alternatively, you can invoce vim with the -c flag:
 
 
 and press ENTER. Voila.
 
 
 Alternatively, you can invoce vim with the -c flag:
 
-    $ vim -c :NotMuch
+    $ vim -c :Notmuch
 
 ## Addressbook management and vim
 
 
 ## Addressbook management and vim