]> git.notmuchmail.org Git - notmuch/blobdiff - vim/README
make control-p go to previous message
[notmuch] / vim / README
index 37cbf77d58aae9f366135cdc69831d89202a096e..207799942a2a4e5349a58bf0925dc6579b94f10b 100644 (file)
@@ -32,8 +32,11 @@ 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
+            ^p      - previous message
+            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