From b31fb13e3d7689c0a07cc165d0c078ca246b6179 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sat, 23 Nov 2013 17:07:23 +0100 Subject: [PATCH] Fixed wrong keys for history prev/next in manual page. --- doc/vimb.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vimb.1 b/doc/vimb.1 index 66f3dff..a068acd 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -108,10 +108,10 @@ Open the URI out of the clipboard. .B P Open the URI out of the clipboard into new window. .TP -.BI [ N ]UP +.BI [ N ]CTRL\-O Go back \fIN\fP steps in the browser history. .TP -.BI [ N ]DOWN +.BI [ N ]CTRL\-I Go forward \fIN\fP steps in the browser history. .TP .BI [ N ]g\-u -- 2.20.1