aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/README
blob: c55875b15e9f8c8e1331b11a8f0d1a21482d2d8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This directory contains a vim script that allows reading notmuch mail
through vim.

NOTE: this is a work in progress.  Patches welcome. <bart@jukie.net>

To install:
        make install

To run:
        vim -c ':NotMuch'

    from vim:
        :NotMuch

Buffer types:
    [notmuch-search]
        You are presented with the search results when you run :NotMuch.

        Keybindings:
            <Enter> - show the selected message
            s       - alter search criteria

    [notmuch-show]
        This is the display of the message.

        Keybindings:
            q       - return to search display