Vomnibar
: roll back and prefer visited tabs to newly-opened ones (#60 (comment))- support
noTabs
or":H"
to avoid searching opened tabs in omni mode - add
autoSelect
and enable it by default in history/bookmark/tabs mode (#144) - add
searchInput=false
to prevent default searching
- support
mapKey
: support a new mode ID ofe
(NExt) and use it when a prefix sequence of count/key has been typed.LinkHints
: supportautoUnhover
to unhover a link node once it's clicked- on Firefox: press Esc to auto unhover a link node after opening it in a new tab
focusInput
: supportact="last"|"last-visible"
(#127 (comment))goNext
: prefer completely matched text (e.g.">"
is preferred to">|"
)goBack
: add an option oflocal
to always usehistory.go
, instead of async going- popup page: if an extension wants to run Vimium C but not is allowed, show a button to auto allow it
- some bug fixes