## Checklist for testing Vim Vixen
### Keybindings in JSON settings
Test operations with default key maps.
#### Scrolling
- [ ] Smooth scroll by `:set smoothscroll`
- [ ] Non-smooth scroll by `:set nosmoothscroll`
- [ ] Configure custom hint character by settings `"smoothscroll": true`, `"smoothscroll": false`
#### Console
The behaviors of the console are tested in [Console section](#consoles).
- [ ] :: open empty console
- [ ] o, t, w: open a console with `open`, `tabopen`, `winopen`
- [ ] O, T, W: open a console with `open`, `tabopen`, `winopen` and current URL
- [ ] b: open a consolw with `buffer`
#### Tabs
- [ ] !d: delete current tab and pinned tab
- [ ] u: reopen close tab
- [ ] r: reload current tab
- [ ] R: reload current tab without cache
#### Navigation
- [ ] H, L: go back and forward in history
- [ ] [[, ]]: Open next/prev link in `` tags.
- [ ] [[, ]]: find prev and next links and open it
- [ ] gu: go to parent directory
- [ ] gU: go to root directory
#### Misc
- [ ] y: yank current URL and show a message
- [ ] p: open clipbord's URL in current tab
- [ ] P: open clipbord's URL in new tab
- [ ] Toggle enabled/disabled of plugin bu Shift+Esc
- [ ] Hide error and info console by Esc
### Following links
- [ ] f: start following links
- [ ] F: start following links and open in new tab
- [ ] open link with target='_blank' in new tab by f
- [ ] open link with target='_blank' in new tab by F
- [ ] Show hints on following on a page containing ``/`