From 62f73898b6754f93f730993cb5fb0debc529e839 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 14 Feb 2018 21:50:59 +0900 Subject: [PATCH] remove auto-test completed cases --- QA.md | 6 ------ 1 file changed, 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 -- [ ] k, j: scroll up and down -- [ ] h, l: scroll left and right -- [ ] Ctrl+U, Ctrl+D: scroll up and down by half of screen -- [ ] Ctrl+B, Ctrl+F: scroll up and down by a screen -- [ ] 0, $: scroll to leftmost and rightmost -- [ ] gg, G: 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`