]> git.notmuchmail.org Git - notmuch/blobdiff - vim/README
make control-p go to previous message
[notmuch] / vim / README
index ba6eb5feea189642b8840b38571a334ab8e53ab4..207799942a2a4e5349a58bf0925dc6579b94f10b 100644 (file)
@@ -18,8 +18,12 @@ Buffer types:
 
         Keybindings:
             <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
             +       - add tag(s) to selected message
             -       - remove tag(s) from selected message
             =       - refresh display
@@ -28,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