diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-14 21:50:59 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-14 21:50:59 +0900 |
commit | 62f73898b6754f93f730993cb5fb0debc529e839 (patch) | |
tree | d30806d67fc8bc5aab526fc42f7c2fca17a62863 /QA.md | |
parent | ffd1018fa73eef644b170485cc9bd477e21804e7 (diff) |
remove auto-test completed cases
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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` |