From f5c93af91df54b119551b1c1f2b6914b37d29bc2 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Wed, 1 May 2013 23:03:07 +0200
Subject: [PATCH] Fixed wrong keybinding in man page.

---
 doc/vimb.1.txt | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

diff --git a/doc/vimb.1.txt b/doc/vimb.1.txt
index 511d53c..f7c4437 100644
--- a/doc/vimb.1.txt
+++ b/doc/vimb.1.txt
@@ -168,7 +168,7 @@ Example:
 .br
 "nmap <shift\-?>=input :foo" to write :foo into input box and switch to Command Mode.
 .br
-"hunmap <shift\-tab>" To remove this keybinding use.
+"cunmap <shift\-tab>" To remove this keybinding use.
 
 If a keybinding is added, for the same key-sequence like another keybinding,
 the later added have precedence. If a keybinding is removed only that with the
@@ -192,8 +192,6 @@ Remove a Input Mode keybinding.
 .B cunmap
 Remove a Command Mode keybinding.
 .TP
-.SS Complete
-.TP
 .B complete
 Start a completion according to the current first chars in the inputbox. If
 completion is already started, switch to the next completion item.
@@ -507,11 +505,11 @@ Search for \fIN\fPnth next search result.
 .BI [ N ]N
 Search for \fIN\fPnth previous search result.
 .TP
-.B <tab>
-Hint to the next element.
+.B ctrl\-n
+Foxus the next hint.
 .TP
-.B <shift-tab>
-Hint the previous element.
+.B ctrl\-p
+Foxus the previous hint.
 .SS COMMAND_MODE
 .TP
 .B tab
@@ -521,16 +519,10 @@ Complete different sources in the inputbox.
 Complete backward different sources in the inputbox.
 .TP
 .B up
-Step through hinstory backward.
+Step through history backward.
 .TP
 .B down
-Step through hinstory forward.
-.TP
-.B ctrl\-n
-Foxus the next hint.
-.TP
-.B ctrl\-p
-Foxus the previous hint.
+Step through history forward.
 .SS INSERT_MODE
 .TP
 .B ctrl-t
-- 
2.20.1