aboutsummaryrefslogtreecommitdiff
path: root/QA.md
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-02-14 21:50:59 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-02-14 21:50:59 +0900
commit62f73898b6754f93f730993cb5fb0debc529e839 (patch)
treed30806d67fc8bc5aab526fc42f7c2fca17a62863 /QA.md
parentffd1018fa73eef644b170485cc9bd477e21804e7 (diff)
remove auto-test completed cases
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`