notmuch/vim
2009-11-25 00:48:50 -05:00
..
plugin parsing rewritten one more time 2009-11-25 00:48:50 -05:00
syntax first attempt to fold the message nicely 2009-11-25 00:48:50 -05:00
Makefile simplify install with a Makefile 2009-11-25 00:48:49 -05:00
README updated README 2009-11-25 00:48:49 -05:00

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