]> git.notmuchmail.org Git - notmuch/blob - vim/README
make control-p go to previous message
[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             o       - toggle search screen order
24             s       - enter search criteria
25             S       - alter search criteria
26             f       - filter the current search terms with tags
27             +       - add tag(s) to selected message
28             -       - remove tag(s) from selected message
29             =       - refresh display
30
31     [notmuch-show]
32         This is the display of the message.
33
34         Keybindings:
35             ^n      - next message
36             ^p      - previous message
37             b       - toggle folding of message bodies
38             c       - toggle folding of citations
39             h       - toggle folding of extra header lines
40             s       - toggle folding of signatures
41             q       - return to search display
42