From ceaaaaf695afab718d98a92a4c3a3b7569261a25 Mon Sep 17 00:00:00 2001 From: tjp Date: Thu, 4 Jan 2024 12:47:52 -0700 Subject: back and forward by N --- help.go | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'help.go') 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": ` -- cgit v1.2.3