summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'help.go')
-rw-r--r--help.go12
1 files changed, 8 insertions, 4 deletions
diff --git a/help.go b/help.go
index 9a72c56..ab36c7d 100644
--- a/help.go
+++ b/help.go
@@ -168,15 +168,19 @@ Navigates to the parent directory path of the current page's path.
`[1:],
"back": `
-b[ack]
-------
+b[ack] [N]
+----------
Navigates to the previous page in the browser history.
+
+With an integer argument, goes N positions back.
`[1:],
"forward": `
-f[orward]
----------
+f[orward] [N]
+-------------
Navigates to the next page in the browser history.
+
+With an integer argument, goes N positions forward.
`[1:],
"next": `