]> git.notmuchmail.org Git - notmuch/blobdiff - vim/README
updated README
[notmuch] / vim / README
index bd453a400ea5c1575025435d3f520ce33f2f4266..c55875b15e9f8c8e1331b11a8f0d1a21482d2d8f 100644 (file)
@@ -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
+