From 7094cb4d94cdbdd418b0f19f9556e70350642e5d Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Tue, 6 Aug 2013 21:10:32 +0200
Subject: [PATCH] Added new kebinding ctrl-z to manual page (#48).

---
 doc/vimb.1 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/vimb.1 b/doc/vimb.1
index b1f07ef..85eaaad 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -656,7 +656,7 @@ Search for \fIN\fPnth next search result.
 .BI [ N ]N
 Search for \fIN\fPnth previous search result.
 .TP
-.B ctrl-z
+.B ctrl\-z
 Switch PROJECT into pass-through mode.
 
 .SS COMMAND_MODE
@@ -681,6 +681,9 @@ Step through history forward.
 If the current active form element is an inputbox or textarea, the content is
 copied to temporary file and the file openen with the configured external
 editor (setting `editor-command').
+.TP
+.B ctrl\-z
+Switch PROJECT into pass-through mode.
 
 .SH FILES
 .I $XDG_CONFIG_HOME/PROJECT/config
-- 
2.20.1