]> git.notmuchmail.org Git - notmuch/blobdiff - vim/README
added ^n to handle walking messages
[notmuch] / vim / README
index bd453a400ea5c1575025435d3f520ce33f2f4266..1ed2c4248337328e2cae6c5e66029ff3123b5b9a 100644 (file)
@@ -1,10 +1,29 @@
 This directory contains a vim script that allows reading notmuch mail
 through vim.
 
 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:
         make install
 
 To run:
-
         vim -c ':NotMuch'
         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
+            ^n      - next message
+