diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-10 18:41:57 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-11 21:30:31 +0900 |
commit | b38d905f99999b9e54fe80066169d9d2582502b6 (patch) | |
tree | 69c7e291432c9d4f3a224ced4ea61b4c6caf2f0b /QA.md | |
parent | cf6c403d6eae48d1c514c308c1872ef1bf3f2c1c (diff) |
update QA.md
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -72,10 +72,29 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] `buffer`,`buffer `: do nothing -- [ ] select tab matched with an URL +- [ ] `buffer <title>`, `buffer <url>`: select tab which has an title matched with +- [ ] `buffer 1`: select leftmost tab +- [ ] `buffer 99`: select rightmost tab - [ ] select tab matched with a title - [ ] select tabs rotationally when more than two tabs are matched +### Completions + +#### History and search engines + +- `open`: show no completions +- `open<SP>`: show all engines and some history items +- `open g`: complete search engines starts with `g` and matched with keywords `g` +- `open foo bar`: complete history items matched with keywords `foo` and `bar` +- also `tabopen` and `winopen` +- shortening commands such as `o` are not test in this release + +#### Buffer command + +- `buffer`: show no completions +- `buffer<SP>`: show all opened tabs in completion +- `buffer x`: show tabs which has title and URL matches with `x` + ## Settings ### Validations |