]> git.notmuchmail.org Git - notmuch/blobdiff - vim/README
implemented folding bodies and headers
[notmuch] / vim / README
index d6ee2384b54b8208119d2e86ba4941c00c04e62f..31f1e20b1eb9a066db5e700dfa8926938768cfb0 100644 (file)
@@ -20,6 +20,7 @@ Buffer types:
             <Enter> - show the selected message
             a       - archive message (remove inbox tag)
             f       - filter the current search terms
+            o       - toggle search screen order
             s       - enter search criteria
             S       - alter search criteria
             f       - filter the current search terms with tags
@@ -31,8 +32,10 @@ Buffer types:
         This is the display of the message.
 
         Keybindings:
-            q       - return to search display
             ^n      - next message
-            s       - toggle folding of signatures on and off
-            c       - toggle folding of citations on and off
+            b       - toggle folding of message bodies
+            c       - toggle folding of citations
+            h       - toggle folding of extra header lines
+            s       - toggle folding of signatures
+            q       - return to search display