- v1.99.3
- fix broken
mapKey <*-*> <f1_xxx>
in Insert mode (since v1.98.0) - fix broken
mapKey <*-*> <v-***>
in Normal and Insert mode on v1.99.1/2 - Firefox 96+: use a new way to bypass Firefox's popup blocker
- fix broken
- v1.99.2
- fix a bug of not recognizing old configuration about
Ignore keyboard layout
<v-***>
sequences: now work even in Find HUDLinkHints.click
: now apply.exclude
on all candidates
- fix a bug of not recognizing old configuration about
- v1.99.1
<v-***>
: fix issues and now support key sequences starting with<v-***>
, even in command modes- for example, with
mapKey <Y:v> <v-copy>
andmap <v-copy>" autoCopy sed="s@\"(.*?)\"@$1@,matched"
, Y"
in VisualMode will extract a string between quotes from selected text and then copy it
- for example, with
- Scroller: fix it might lose a currently scrolling element
- VisualMode: fix
as
(selecting a sentence) on Firefox - sync settings: fix it would almost never sync from the cloud
- Vomnibar: fix settings of
Ignore keyboard layout
andAllow mapping one-hand modifier keys
were not obeyed - keyboard layout support: now ignore non-ASCII letters when in some commands by default
- if a key is not in ASCII (e.g. but a Greek letter), then try ignoring its keyboard layout
- to support inner shortcuts in those modes even in a non-English layout
- you may apply this behavior to all modes including
Normal
andInsert
on the Options page - Options: add a test box to show key names directly received from a browser
- add
LinkHints.activateCopyImage
to copy images into the system clipboard- Firefox will always convert an image to PNG and drop transparent effect
- if it fails on a website, please try adding a parameter of
richText=safe
- Vomnibar: tabs mode: recognize
:xxx
filters even if there're other query words- add
:group
to show tabs in a same group
- add
- FindMode: add
highlight: boolean | number
to show outline boxes for "near" matches - FindMode: now type
\0
to pause instant search until anEnter
goNext
: fix some wrong targets on twitter.com- improve the logic to detect clickable elements and their titles
- add
avoidClick
to avoid simulating click if possible
- open URLs: now support
reuse=reuse-in-cur-wnd
to only reuse tabs in a same window - add an experimental feature to auto restart Vimium C on pages using
document.open
anddocument.write
- fix some other issues