From 0c99e1bff4334dfb6df4eebe5e72d217366207b6 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sun, 21 Feb 2016 23:10:35 +0200 Subject: [PATCH] NotMuch -> Notmuch --- vimtips.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.43.0