diff options
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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": ` |
