]> git.notmuchmail.org Git - notmuch/blobdiff - vim/README
make control-p go to previous message
[notmuch] / vim / README
index e4128b71eb28b9e1e9029fc3fa792dfb076cf3e7..207799942a2a4e5349a58bf0925dc6579b94f10b 100644 (file)
@@ -18,14 +18,25 @@ Buffer types:
 
         Keybindings:
             <Enter> - show the selected message
 
         Keybindings:
             <Enter> - show the selected message
-            s       - alter search criteria
+            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
 
     [notmuch-show]
         This is the display of the message.
 
         Keybindings:
 
     [notmuch-show]
         This is the display of the message.
 
         Keybindings:
-            q       - return to search display
             ^n      - next message
             ^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