aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/README
diff options
context:
space:
mode:
authorGravatar Bart Trojanowski <bart@jukie.net>2009-11-20 14:18:42 -0500
committerGravatar Bart Trojanowski <bart@jukie.net>2009-11-25 00:48:52 -0500
commite2006a2f3cd1bc47b45f2b880f4dd5ba775d1b3b (patch)
tree33cf5423367d2b6b9b6333c852c81c2ae10a8697 /vim/README
parentacb696165c89fbc2f7030dcee5814f24a18628ce (diff)
implemented folding bodies and headers
Diffstat (limited to 'vim/README')
-rw-r--r--vim/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/vim/README b/vim/README
index 37cbf77d..31f1e20b 100644
--- a/vim/README
+++ b/vim/README
@@ -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