aboutsummaryrefslogtreecommitdiff
path: root/QA.md
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-02-15 20:12:29 +0900
committerGitHub <noreply@github.com>2018-02-15 20:12:29 +0900
commit9f1da8b9e4969ca3b51bf84b61ea95f284cb13c9 (patch)
tree72e7ccf6b57dbdd855f433af6ff141fe37638bfe /QA.md
parenta48915d4e090378a672d780b2fbc93e1af6e082c (diff)
parent30d6872fa833861bc479494b2951e196f3addb60 (diff)
Merge pull request #337 from ueokande/e2e-test
e2e scroll test
Diffstat (limited to 'QA.md')
-rw-r--r--QA.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/QA.md b/QA.md
index a7a0c01..37b92d7 100644
--- a/QA.md
+++ b/QA.md
@@ -6,12 +6,6 @@ Test operations with default key maps.
#### Scrolling
-- [ ] <kbd>k</kbd>, <kbd>j</kbd>: scroll up and down
-- [ ] <kbd>h</kbd>, <kbd>l</kbd>: scroll left and right
-- [ ] <kbd>Ctrl</kbd>+<kbd>U</kbd>, <kbd>Ctrl</kbd>+<kbd>D</kbd>: scroll up and down by half of screen
-- [ ] <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`