When I go:
When I go {int} Copy
When I go {int}
Navigate forward to the next URL in the browser's history:
# equivalent to clicking the forward buttonWhen I go 1 Copy
# equivalent to clicking the forward buttonWhen I go 1
Navigate back to the previous URL in the browser's history:
# equivalent to clicking the back buttonWhen I go -1 Copy
# equivalent to clicking the back buttonWhen I go -1
When I go: