update QA
This commit is contained in:
parent
df18fb337f
commit
19a8b3133c
1 changed files with 0 additions and 49 deletions
49
QA.md
49
QA.md
|
@ -48,55 +48,6 @@ The behaviors of the console are tested in [Console section](#consoles).
|
|||
- [ ] <kbd>y</kbd>: yank current URL and show a message
|
||||
- [ ] Toggle enabled/disabled of plugin bu <kbd>Shift</kbd>+<kbd>Esc</kbd>
|
||||
|
||||
### Keybindings in form settings
|
||||
|
||||
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
|
||||
|
||||
#### Console
|
||||
|
||||
The behaviors of the console are tested in [Console section](#consoles).
|
||||
|
||||
- [ ] <kbd>:</kbd>: open empty console
|
||||
- [ ] <kbd>o</kbd>, <kbd>t</kbd>, <kbd>w</kbd>: open a console with `open`, `tabopen`, `winopen`
|
||||
- [ ] <kbd>O</kbd>, <kbd>T</kbd>, <kbd>W</kbd>: open a console with `open`, `tabopen`, `winopen` and current URL
|
||||
- [ ] <kbd>b</kbd>: open a consolw with `buffer`
|
||||
|
||||
#### Tabs
|
||||
|
||||
- [ ] <kbd>d</kbd>: delete current tab
|
||||
- [ ] <kbd>u</kbd>: reopen close tab
|
||||
- [ ] <kbd>K</kbd>, <kbd>J</kbd>: select prev and next tab
|
||||
- [ ] <kbd>g0</kbd>, <kbd>g$</kbd>: select first and last tab
|
||||
- [ ] <kbd>r</kbd>: reload current tab
|
||||
- [ ] <kbd>R</kbd>: reload current tab without cache
|
||||
- [ ] <kbd>zd</kbd>: duplicate current tab
|
||||
- [ ] <kbd>zp</kbd>: toggle pin/unpin state on current tab
|
||||
|
||||
#### Navigation
|
||||
|
||||
- [ ] <kbd>H</kbd>, <kbd>L</kbd>: go back and forward in history
|
||||
- [ ] <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: Open next/prev link in `<link>` tags.
|
||||
- [ ] <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: find prev and next links and open it
|
||||
- [ ] <kbd>g</kbd><kbd>u</kbd>: go to parent directory
|
||||
- [ ] <kbd>g</kbd><kbd>U</kbd>: go to root directory
|
||||
|
||||
#### Misc
|
||||
|
||||
- [ ] <kbd>z</kbd><kbd>i</kbd>, <kbd>z</kbd><kbd>o</kbd>: zoom-in and zoom-out
|
||||
- [ ] <kbd>z</kbd><kbd>z</kbd>: set zoom level as default
|
||||
- [ ] <kbd>y</kbd>: yank current URL and show a message
|
||||
- [ ] Toggle enabled/disabled of plugin bu <kbd>Shift</kbd>+<kbd>Esc</kbd>
|
||||
|
||||
|
||||
### Following links
|
||||
|
||||
- [ ] <kbd>f</kbd>: start following links
|
||||
|
|
Reference in a new issue