]> git.notmuchmail.org Git - notmuch/blobdiff - vim/README
implemented folding bodies and headers
[notmuch] / vim / README
index 37cbf77d58aae9f366135cdc69831d89202a096e..31f1e20b1eb9a066db5e700dfa8926938768cfb0 100644 (file)
@@ -32,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