]> git.notmuchmail.org Git - notmuch/blob - vim/README
d6ee2384b54b8208119d2e86ba4941c00c04e62f
[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             a       - archive message (remove inbox tag)
22             f       - filter the current search terms
23             s       - enter search criteria
24             S       - alter search criteria
25             f       - filter the current search terms with tags
26             +       - add tag(s) to selected message
27             -       - remove tag(s) from selected message
28             =       - refresh display
29
30     [notmuch-show]
31         This is the display of the message.
32
33         Keybindings:
34             q       - return to search display
35             ^n      - next message
36             s       - toggle folding of signatures on and off
37             c       - toggle folding of citations on and off
38