aboutsummaryrefslogtreecommitdiff
path: root/QA.md
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-01-20 12:33:34 +0000
committerGitHub <noreply@github.com>2018-01-20 12:33:34 +0000
commit857d7be700a97c57496d86ccc8506f3573ed84f2 (patch)
tree8823c6c1837495297ce3eed91e433deb020b4a4b /QA.md
parent1f57547c0ab1dab1aa615e2b543067855719ab6f (diff)
parent9dacd3a9d3f66bce5c3f1a3c5f6a12b23ec0e1e5 (diff)
Merge pull request #314 from ueokande/qa-0.9
QA 0.9
Diffstat (limited to 'QA.md')
-rw-r--r--QA.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/QA.md b/QA.md
index 1c06861..a7a0c01 100644
--- a/QA.md
+++ b/QA.md
@@ -12,6 +12,9 @@ Test operations with default key maps.
- [ ] <kbd>Ctrl</kbd>+<kbd>B</kbd>, <kbd>Ctrl</kbd>+<kbd>F</kbd>: scroll up and down by a screen
- [ ] <kbd>0</kbd>, <kbd>$</kbd>: scroll to leftmost and rightmost
- [ ] <kbd>g</kbd><kbd>g</kbd>, <kbd>G</kbd>: scroll to top and bottom
+- [ ] Smooth scroll by `:set smoothscroll`
+- [ ] Non-smooth scroll by `:set nosmoothscroll`
+- [ ] Configure custom hint character by settings `"smoothscroll": true`, `"smoothscroll": false`
#### Console
@@ -24,7 +27,8 @@ The behaviors of the console are tested in [Console section](#consoles).
#### Tabs
-- [ ] <kbd>d</kbd>: delete current tab
+- [ ] <kbd>d</kbd>: delete current tab, unable to remove pinnned tab
+- [ ] <kbd>!d</kbd>: delete current tab and pinned 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
@@ -32,6 +36,7 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] <kbd>R</kbd>: reload current tab without cache
- [ ] <kbd>zd</kbd>: duplicate current tab
- [ ] <kbd>zp</kbd>: toggle pin/unpin state on current tab
+- [ ] <kbd>Ctrl</kbd>+<kbd>6</kbd>: select previous selected tab
#### Navigation
@@ -62,6 +67,8 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] Select link and open it in the frame in `<iframe>`/`<frame`> on following by <kbd>f</kbd>
- [ ] Select link and open it in new tab in `<iframe>`/`<frame`> on following by <kbd>F</kbd>
- [ ] Select link and open it in `<area>` tags, for <kbd>f</kbd> and <kbd>F</kbd>
+- [ ] Configure custom hint character by `:set hintchars=012345678`
+- [ ] Configure custom hint character by settings `"hintchars": "012345678"`
### Consoles
@@ -117,7 +124,7 @@ The behaviors of the console are tested in [Console section](#consoles).
##### Validations
- [ ] show error on invalid json
-- [ ] show error when top-level keys has keys other than `keymaps`, `search`, and `blacklist`
+- [ ] show error when top-level keys has keys other than `keymaps`, `search`, `blacklist`, and `properties`
###### `"keymaps"` section
@@ -142,6 +149,11 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] keymap settings are applied to open tabs without reload
- [ ] search settings are applied to open tabs without reload
+##### Properties
+
+- [ ] show errors when invalid property name
+- [ ] show errors when invalid property type
+
#### Form Settings
<!-- validation on form settings does not implement in 0.7 -->