diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-03-08 21:28:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-08 21:28:49 +0900 |
commit | a9ce5b1f64e0d56e22ebbec2113a73093333fb16 (patch) | |
tree | 34c3003b7f616d3303e5181d15dadab3032d9a62 /README.md | |
parent | d2a3c6cdd4d6ca564d9a80d281ba14648ffcc6eb (diff) | |
parent | fba0e3260574a47d8fc0477b1a23a44bba1c7217 (diff) |
Merge pull request #356 from ueokande/qa-0.12
QA 0.12
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 4 insertions, 17 deletions
@@ -23,26 +23,11 @@ The default mappings are as follows: - <kbd>O</kbd>, <kbd>T</kbd>, <kbd>W</kbd>: similar to <kbd>o</kbd>, <kbd>t</kbd>, <kbd>w</kbd>, but that contains current URL - <kbd>b</kbd>: Select tabs by URL or title -#### Scrolling - -- <kbd>j</kbd>, <kbd>k</kbd>: scroll vertically -- <kbd>h</kbd>, <kbd>l</kbd>: scroll horizontally -- <kbd>Ctrl</kbd>+<kbd>U</kbd>, <kbd>Ctrl</kbd>+<kbd>D</kbd>: scroll pages by half of screen -- <kbd>Ctrl</kbd>+<kbd>B</kbd>, <kbd>Ctrl</kbd>+<kbd>F</kbd>: scroll pages by a screen -- <kbd>0</kbd>, <kbd>$</kbd>: scroll a page to leftmost/rightmost -- <kbd>g</kbd><kbd>g</kbd>, <kbd>G</kbd>: scroll to top/bottom - #### Tabs -- <kbd>d</kbd>: delete current tab - <kbd>!</kbd><kbd>d</kbd>: delete pinned tab - <kbd>u</kbd>: reopen close tab -- <kbd>K</kbd>, <kbd>J</kbd>: select prev or next tab -- <kbd>g0</kbd>, <kbd>g$</kbd>: select first or last tab -- <kbd>Ctrl</kbd>+<kbd>6</kbd>: select previous selected tab - <kbd>r</kbd>: reload current tab - <kbd>R</kbd>: reload current tab without cache -- <kbd>zp</kbd>: toggle pin/unpin current tab -- <kbd>zd</kbd>: duplicate current tab ### Navigation - <kbd>f</kbd>: start following links in the page @@ -54,12 +39,14 @@ The default mappings are as follows: - <kbd>g</kbd><kbd>i</kbd>: focus first input #### Misc -- <kbd>z</kbd><kbd>i</kbd>, <kbd>z</kbd><kbd>o</kbd>: zoom-in/zoom-out -- <kbd>z</kbd><kbd>z</kbd>: Set default zoom level + - <kbd>y</kbd>: copy URL in current tab - <kbd>p</kbd>: open clipbord's URL in current tab - <kbd>P</kbd>: open clipbord's URL in new tab - <kbd>Shift</kbd>+<kbd>Esc</kbd>: enable or disable the add-on in current tab. +- <kbd>/</kbd>: start to find a keyword in the page +- <kbd>n</kbd>: find next keyword in the page +- <kbd>N</kbd>: find prev keyword in the page ### Console commands |