diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-13 20:15:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 20:15:53 +0900 |
commit | 44bbadde3ac3241420fa1a7b634d02f9226225fd (patch) | |
tree | aa151e12a7eb0bdcc22bc92302f4cf3e0a521319 /QA.md | |
parent | c7b05482f33cc778e1966faa9354ea46b490a115 (diff) | |
parent | c202ab052917794b7d3f7af3413d2d0fcd1b3bba (diff) |
Merge pull request #150 from ueokande/qa-0.5
QA 0.5
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -27,8 +27,11 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] <kbd>d</kbd>: delete current tab - [ ] <kbd>u</kbd>: reopen close tab - [ ] <kbd>K</kbd>, <kbd>J</kbd>: select prev and next tab +- [ ] <kbd>g0</kbd>, <kbd>g$</kbd>: select first and last tab - [ ] <kbd>r</kbd>: reload current tab - [ ] <kbd>R</kbd>: reload current tab without cache +- [ ] <kbd>zd</kbd>: duplicate current tab +- [ ] <kbd>zp</kbd>: toggle pin/unpin state on current tab #### Navigation @@ -141,6 +144,17 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] Fucus text box on Twitter or Slack, press <kbd>j</kbd>, then <kbd>j</kbd> is typed in the box - [ ] Focus the text box on Twitter or Slack on following mode +## Find mode + +- [ ] open console with <kbd>/</kbd> +- [ ] highlight a word on <kbd>Enter</kb> pressed in find console +- [ ] Search next/prev by <kbd>n</kbd>/<kbd>N</kbd> +- [ ] Wrap search by <kbd>n</kbd>/<kbd>N</kbd> +- [ ] Find with last keyword if keyword is empty + ## Misc - [ ] Work after plugin reload +- [ ] Work on `about:blank` +- [ ] Able to map `<A-Z>` key. +- [ ] Open file menu by <kbd>Alt</kbd>+<kbd>F</kbd> (Other than Mac OS) |