diff options
author | Steve Martin <steve@martian.media> | 2018-02-24 05:58:24 +0000 |
---|---|---|
committer | Steve Martin <steve@martian.media> | 2018-02-24 05:58:24 +0000 |
commit | 05e320e6cdf2d9daedba4b9913ca10aacacdef25 (patch) | |
tree | 3c214377d787ed84eb99e61a9f73ff087efa0a15 | |
parent | d0e4fc92ce678fdb18fc27a9810f7fb1c8b8a8f5 (diff) |
add follow link in tab to doc
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ The default mappings are as follows: - <kbd>zd</kbd>: duplicate current tab ### Navigation -- <kbd>f</kbd>: start following links in the page +- <kbd>f</kbd>: start following links in the page in the current tab +- <kbd>F</kbd>: start following links in the page in new tabs - <kbd>H</kbd>: go back in history - <kbd>L</kbd>: go forward in history - <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: find prev or next links and open it |