From a5b230ecd4ac50e8f62c2f6cad39a2831a0c6023 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 27 Apr 2017 00:43:35 +0200 Subject: [PATCH] Added section for input mode to man page #365. --- doc/vimb.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/vimb.1 b/doc/vimb.1 index f8641c0..2297c6c 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -627,6 +627,19 @@ Like :normal, but no mapping is applied to \fIcmds\fP. Print current document. Open a GUI dialog where you can select the printer, number of copies, orientation, etc. +.SH INPUT MODE +.TP +.B , CTRL\-[ +Switch back to normal mode. +.TP +.B CTRL\-O +Executes the next command as normal mode command and return to input mode. +.TP +.B CTRL\-V +Pass the next key press directly to WebKit. +.TP +.B CTRL\-Z +Enter the pass-through mode. .SH COMPLETIONS The completions are triggered by pressing `` or `` in the activated inputbox. -- 2.20.1