]> git.notmuchmail.org Git - notmuch/blob - vim/README
pretty colouring and folding for message show
[notmuch] / vim / README
1 This directory contains a vim script that allows reading notmuch mail
2 through vim.
3
4 NOTE: this is a work in progress.  Patches welcome. <bart@jukie.net>
5
6 To install:
7         make install
8
9 To run:
10         vim -c ':NotMuch'
11
12     from vim:
13         :NotMuch
14
15 Buffer types:
16     [notmuch-search]
17         You are presented with the search results when you run :NotMuch.
18
19         Keybindings:
20             <Enter> - show the selected message
21             s       - alter search criteria
22
23     [notmuch-show]
24         This is the display of the message.
25
26         Keybindings:
27             q       - return to search display
28