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