diff options
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -20,10 +20,8 @@ The behaviors of the console are tested in [Console section](#consoles). ### Properties -- [ ] Configure custom hint character by `:set hintchars=012345678` -- [ ] Smooth scroll by `:set smoothscroll` -- [ ] Non-smooth scroll by `:set nosmoothscroll` -- [ ] Configure smooth scroll by settings `"smoothscroll": true`, `"smoothscroll": false` +- [ ] Toggle smooth scroll by `:set smoothscroll` and `:set nosmoothscroll` +- [ ] Configure smooth scroll by settings `"smoothscroll": true` and `"smoothscroll": false` ### Settings |