From 3fe89c43dd484cc90efabc12055c9dda5383d009 Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Wed, 18 Nov 2009 21:18:24 -0500 Subject: [PATCH 1/1] updated README --- vim/README | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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 + -- 2.43.0