You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

39 lines
1.2 KiB

7 years ago
## Checklist for testing Vim Vixen
7 years ago
7 years ago
### Keybindings in JSON settings
7 years ago
Test operations with default key maps.
7 years ago
#### Misc
7 years ago
7 years ago
- [ ] Toggle enabled/disabled of plugin bu <kbd>Shift</kbd>+<kbd>Esc</kbd>
6 years ago
- [ ] Hide error and info console by <kbd>Esc</kbd>
6 years ago
- [ ] Vim-Vixen icons changes on <kbd>Shift</kbd>+<kbd>Esc</kbd>
- [ ] Add-on is enabled and disabled by clicking the indicator on the tool bar.
- [ ] The indicator changed on selected tab changed (changes add-on enabled)
- [ ] Notify to users on add-on updated at first time.
- [ ] Reopen tab on *only current window* by <kbd>u</kbd>
7 years ago
6 years ago
### Properties
- [ ] Toggle smooth scroll by `:set smoothscroll` and `:set nosmoothscroll`
- [ ] Configure smooth scroll by settings `"smoothscroll": true` and `"smoothscroll": false`
6 years ago
7 years ago
### Settings
7 years ago
7 years ago
#### Form Settings
##### Updating
- [ ] keymap settings are applied to open tabs without reload
- [ ] search settings are applied to open tabs without reload
7 years ago
## Find mode
- [ ] open console with <kbd>/</kbd>
7 years ago
- [ ] highlight a word on <kbd>Enter</kbd> pressed in find console
7 years ago
- [ ] Search next/prev by <kbd>n</kbd>/<kbd>N</kbd>
- [ ] Wrap search by <kbd>n</kbd>/<kbd>N</kbd>
- [ ] Find with last keyword if keyword is empty
6 years ago
- [ ] Find keyword last used on new tab opened