From 7578284630e5766ac76b959df16b126c6cf6e637 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Fri, 15 Aug 2014 23:32:30 +0200
Subject: [PATCH] Added input mode CTRL-V to man page.

---
 doc/vimb.1 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/vimb.1 b/doc/vimb.1
index 208d1dd..aab54d0 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -641,6 +641,9 @@ Executes the next command as normal mode command and return to input mode.
 .B CTRL\-T
 Open configured editor with content of current form field.
 .TP
+.B CTRL\-V
+Pass the next key press directly to gtk.
+.TP
 .B CTRL\-Z
 Enter the pass-through mode.
 .SH REGISTERS
-- 
2.20.1