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