X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=vim%2FREADME;h=c55875b15e9f8c8e1331b11a8f0d1a21482d2d8f;hp=bd453a400ea5c1575025435d3f520ce33f2f4266;hb=3fe89c43dd484cc90efabc12055c9dda5383d009;hpb=02fbef68c5c433513fe3a3a71dde83f39d770bad diff --git a/vim/README b/vim/README index bd453a40..c55875b1 100644 --- a/vim/README +++ b/vim/README @@ -1,10 +1,28 @@ This directory contains a vim script that allows reading notmuch mail through vim. -To install: +NOTE: this is a work in progress. Patches welcome. +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: + - show the selected message + s - alter search criteria + + [notmuch-show] + This is the display of the message. + + Keybindings: + q - return to search display +