diff options
| author | Jani Nikula <jani@nikula.org> | 2016-02-21 23:10:35 +0200 |
|---|---|---|
| committer | Jani Nikula <jani@nikula.org> | 2016-02-21 23:10:35 +0200 |
| commit | 0c99e1bff4334dfb6df4eebe5e72d217366207b6 (patch) | |
| tree | 250af6cc6d6f361e98fd82f3d96537e716a0fb7c /vimtips.mdwn | |
| parent | 5e334cb22d1d6b4e23019f2804ea9716c8588700 (diff) | |
NotMuch -> Notmuch
Diffstat (limited to 'vimtips.mdwn')
| -rw-r--r-- | vimtips.mdwn | 10 |
1 files 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 |
