diff options
author | Bart Trojanowski <bart@jukie.net> | 2009-11-18 21:18:24 -0500 |
---|---|---|
committer | Bart Trojanowski <bart@jukie.net> | 2009-11-25 00:48:49 -0500 |
commit | 3fe89c43dd484cc90efabc12055c9dda5383d009 (patch) | |
tree | e6c82dedfb0d608b3f2426c294e2aa0ac2591a3a /vim/README | |
parent | 02fbef68c5c433513fe3a3a71dde83f39d770bad (diff) |
updated README
Diffstat (limited to 'vim/README')
-rw-r--r-- | vim/README | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -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. <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 + |