- v1.99.993
- Marks: fix the mistake that
.prefix
was enabled by default and matches wrong URLs (breaking)- now align with philc/Vimium's in common situations
.parent: boolean
is added to re-enable the old behavior
- fix usages of inner clipboard
- fix conflicts of
runKey
and the$retry
counter - LinkHints: add
newtab=inactive
to always switch back to a current tab, whatever a page script does - LinkHints: add
.autoChild: boolean | css-selector
to click not a hinted element but its topest or matched child - editText: add a new action of
blank
to trigger.$else
if awhen
condition is mismatched - focusInput: now try updating its hinting rectangular after focusing
- fix some small usages
- fix support for Chrome before version 52
- Marks: fix the mistake that
- v1.99.992: fix broken long key sequences in ke mappings
- v1.99.991: fix some UI issues
- v1.99.99: fix broken
h
andb
in visual-caret mode - v1.99.99: fix support for macbook touchpad
- fix Vimium C hangs in some situations on Chrome 110+
- key mappings: support
map!
and#if
/#else
/#endif
and even nested pairs- use
map!
andrun!
to make a mapping work in both normal and plain insert mode - support
unmap <esc>
andunmap <c-[>
to disable them in normal mode - change how
runKey
andrun
rules gets parsed - use
\\<LF>
to merge two lines and strip whitespace prefix characters of a second line
- use
- text substitution: add a inner temporary clipboard and then
- substitution and
runKey mask
can read/write it, - so that command may create complex
runKey
task from text in system clipboard easily
- substitution and
- now when
<*-modifier>
works as a first prefix key, it will end in 3 seconds- the key will be passed to web page scripts, to work better with
*+Letter
- the key will be passed to web page scripts, to work better with
- LinkHints: support more usages including
LinkHints.activateOpenUrl
LinkHints.activateCopyImage
supports.url
to copy URL instead
- Vomnibar: de-duplicate tab and history suggestions if possible
- now also list closed browser window sessions
- change what's copied on
Ctrl+C
andCtrl+Shift+C
- Scroller: fix checks of whether an area should be scrolled or not
- VisualMode: fix the logic of scrolling caret into view
- Now
f
andF
can open Find bar and then extend selection to a match
- Now
nextTab
/.../visitPreviousTab
: supportblur: boolean | host-matcher-string
to grab focus from input againfocusInput
now supportsclickable
andclickableOnHost
editText
: addwhen
clause to control what to doconfirm
: will show a prompt dialog; parameters areask: string, $then, minRepeat=1
- fix quite a few edge cases